Skip to content

Commit 5bc342e

Browse files
committed
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2023-09-13) ### Features * add gowait wrap ([8dbfd3c](8dbfd3c))
1 parent 8dbfd3c commit 5bc342e

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.3.0](https://github.com/calebboyd/async/compare/v1.2.0...v1.3.0) (2023-09-13)
7+
8+
9+
### Features
10+
11+
* add gowait wrap ([8dbfd3c](https://github.com/calebboyd/async/commit/8dbfd3cc23c01a5e5d36be7ab034a7cfbb928fac))
12+
613
# [1.2.0](https://github.com/calebboyd/async/compare/v1.1.0...v1.2.0) (2023-09-12)
714

815

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aceink",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Async tools",
55
"type": "module",
66
"main": "./lib/cjs/index.js",
@@ -139,4 +139,4 @@
139139
],
140140
"extends": "@calebboyd/semantic-release-config"
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)