diff --git a/CHANGELOG.md b/CHANGELOG.md index 09de805..efa0699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.0.7](https://github.com/zxch3n/mighty-promise/compare/v0.0.6...v0.0.7) (2021-08-30) + ### [0.0.6](https://github.com/zxch3n/mighty-promise/compare/v0.0.5...v0.0.6) (2021-08-30) ### [0.0.5](https://github.com/zxch3n/mighty-promise/compare/v0.0.4...v0.0.5) (2021-05-07) diff --git a/package.json b/package.json index 1638c94..bc2f0e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mighty-promise", "sideEffects": false, - "version": "0.0.6", + "version": "0.0.7", "description": "Powerful promise utils collections", "module": "module/index.js", "main": "lib/index.js",