Skip to content

Commit fa58f4a

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2022-06-05) ### Bug Fixes * Synchronise the version with the NPM registry II ([83c7321](83c7321))
1 parent 83c7321 commit fa58f4a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.2](https://github.com/prantlf/asynctaskqueue.js/compare/v3.0.1...v3.0.2) (2022-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* Synchronise the version with the NPM registry II ([83c7321](https://github.com/prantlf/asynctaskqueue.js/commit/83c7321f026ce68cb8a514adce27dfeca36b02f1))
7+
18
## [3.0.1](https://github.com/prantlf/asynctaskqueue.js/compare/v3.0.0...v3.0.1) (2022-06-05)
29

310
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asynctaskqueue.js",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "JavaScript worker queue to execute tasks asynchronously, based on (deferred) promises",
55
"homepage": "https://github.com/prantlf/asynctaskqueue.js",
66
"author": "Ferdinand Prantl <prantlf@gmail.com>",

0 commit comments

Comments
 (0)