Skip to content

Commit

Permalink
🔖 New version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail bennis committed Dec 3, 2023
1 parent 7cf55ca commit 308a805
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.6] - 2023-12-03
### Changed
Adding async generators support in order to handle async complex tasks.

## [1.1.5] - 2023-12-01
### Changed
removed publish script from package.json to avoid confusion with npm publish command, which is the recommended way to publish a package to npm.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-chain-fr/asyncbatch",
"version": "1.1.5",
"version": "1.1.6",
"description": "Asynchronously process task batches",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit 308a805

Please sign in to comment.