Skip to content

Commit

Permalink
chore(release): 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmerk committed May 2, 2021
1 parent 422b71a commit 201e690
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.3.4](https://github.com/grimmer0125/d4c-queue/compare/v1.3.1...v1.3.4) (2021-05-02)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d4c-queue",
"version": "1.3.3",
"version": "1.3.4",
"description": "A task queue enenques sync/async/promise-returning functions with arguments and does them sequentially. Get return value by await. Support decorator, TypeScript, JavaScript, browser & Node.js.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit 201e690

Please sign in to comment.