diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0bd58c6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [2.0.0](https://www.github.com/gulpjs/async-settle/compare/v1.0.0...v2.0.0) (2022-06-25) + + +### ⚠ BREAKING CHANGES + +* Normalize repository, dropping node <10.13 support (#16) + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([#16](https://www.github.com/gulpjs/async-settle/issues/16)) ([bf4ba5a](https://www.github.com/gulpjs/async-settle/commit/bf4ba5a5b75b3790c26d1ac424256859ca5f00cd)) diff --git a/package.json b/package.json index 129e359..18d8958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-settle", - "version": "1.0.0", + "version": "2.0.0", "description": "Settle an async function.", "author": "Gulp Team (http://gulpjs.com/)", "contributors": [