diff --git a/CHANGELOG.md b/CHANGELOG.md index b9da1d4..2026261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index dcc0e12..bb4ec39 100644 --- a/package.json +++ b/package.json @@ -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",