diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e1e85bd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [2.0.0](https://www.github.com/gulpjs/async-once/compare/v1.0.1...v2.0.0) (2022-06-28) + + +### ⚠ BREAKING CHANGES + +* Normalize repository, dropping node <10.13 support (#10) + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([#10](https://www.github.com/gulpjs/async-once/issues/10)) ([7bcae07](https://www.github.com/gulpjs/async-once/commit/7bcae075f5aa4eb9430a39865f41c531149d6c2a)) diff --git a/package.json b/package.json index 23ee92a..ba2794d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-once", - "version": "1.0.1", + "version": "2.0.0", "description": "Guarantee a node-style async function is only executed once.", "author": "Gulp Team (https://gulpjs.com/)", "contributors": [