Skip to content

Commit 8bb4f3d

Browse files
committed
Bump to 1.6.9 and update CHANGELOG
1 parent d663ea2 commit 8bb4f3d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. See [standa
44

55
Those versions which only include documentation change might not be included here.
66

7+
### [1.6.9](https://github.com/grimmer0125/d4c-queue/compare/v1.6.5...v1.6.9) (2021-10-03)
8+
9+
Update README. Fix potential security vulnerabilities in dependencies and gh-pages publishing.
710
### [1.6.5](https://github.com/grimmer0125/d4c-queue/compare/v1.6.4...v1.6.5) (2021-07-13)
811

912
Update README and fix potential security vulnerabilities in dependencies.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d4c-queue",
3-
"version": "1.6.8",
3+
"version": "1.6.9",
44
"description": "A task queue executes tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, @synchronized/@concurrent decorator, Node.js/Browser.",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)