diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..009a620 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [2.0.0](https://github.com/npm/npm-normalize-package-bin/compare/v1.0.1...v2.0.0) (2022-08-22) + + +### ⚠ BREAKING CHANGES + +* make node engines ^12.13.0 || ^14.15.0 || >=16.0.0 + +### Bug Fixes + +* replace deprecated String.prototype.substr() ([f7f3bc4](https://github.com/npm/npm-normalize-package-bin/commit/f7f3bc441299c755b25ebbd08e919c2da86f314e)) + + +### Dependencies + +* @npmcli/template-oss ([#12](https://github.com/npm/npm-normalize-package-bin/issues/12)) ([45a35c3](https://github.com/npm/npm-normalize-package-bin/commit/45a35c3d3ce0fb75247a4411a9ad03cac694bae4)) diff --git a/package.json b/package.json index 3753245..02de808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-normalize-package-bin", - "version": "1.0.1", + "version": "2.0.0", "description": "Turn any flavor of allowable package.json bin into a normalized object", "main": "lib/index.js", "repository": {