diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c80acca --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [3.0.0](https://github.com/npm/promise-spawn/compare/v2.0.1...v3.0.0) (2022-04-05) + + +### ⚠ BREAKING CHANGES + +* this will drop support for node 10 and non-LTS versions of node 12 and node 14 + +### Bug Fixes + +* put infer-owner back in ([#12](https://github.com/npm/promise-spawn/issues/12)) ([cb4a487](https://github.com/npm/promise-spawn/commit/cb4a4879e00deb6f5527d5b193a1d647a28a1cb4)) + + +### Dependencies + +* @npmcli/template-oss@3.2.2 ([#10](https://github.com/npm/promise-spawn/issues/10)) ([ad35767](https://github.com/npm/promise-spawn/commit/ad357670149ad5ab7993002ea8a82bc85f9deeaa)) diff --git a/package.json b/package.json index ce6a807..4521b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/promise-spawn", - "version": "2.0.1", + "version": "3.0.0", "files": [ "bin/", "lib/"