Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwibot committed Mar 19, 2023
1 parent b782bb1 commit 431c16c
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
@@ -1,3 +1,8 @@
## [1.2.0](https://github.com/qiwi/queuefy/compare/v1.1.7...v1.2.0) (2023-03-19)

### Features
* feat: introduce concurrency opt ([2ce7e83](https://github.com/qiwi/queuefy/commit/2ce7e83cbae3e035ff28603ac928ea679d548b42))

## [1.1.7](https://github.com/qiwi/queuefy/compare/v1.1.6...v1.1.7) (2022-11-19)

### Fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "queuefy",
"alias": "@qiwi/queuefy",
"version": "1.1.7",
"version": "1.2.0",
"private": false,
"description": "Wrapper to make any async handler be like a single thread with queue",
"source": "src/main/ts/index.ts",
Expand Down

0 comments on commit 431c16c

Please sign in to comment.