diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0194db4..049abea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.0.0](https://github.com/npm/proggy/compare/v2.0.0...v3.0.0) (2024-09-24) +### ⚠️ BREAKING CHANGES +* `proggy` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`9bff3e8`](https://github.com/npm/proggy/commit/9bff3e8eca0a79f9a5fb734ce63b67b7cb2f33d5) [#89](https://github.com/npm/proggy/pull/89) align to npm 10 node engine range (@hashtagchris) +### Chores +* [`91e9939`](https://github.com/npm/proggy/commit/91e993936040e14a691c6a60c2a1addaf3b68a2e) [#91](https://github.com/npm/proggy/pull/91) enable auto publish (#91) (@reggi) +* [`c601919`](https://github.com/npm/proggy/commit/c60191930cefa87e531b6193996e353c081856ca) [#89](https://github.com/npm/proggy/pull/89) run template-oss-apply (@hashtagchris) +* [`8d9ae26`](https://github.com/npm/proggy/commit/8d9ae2664c90f80a4a98098b4bb362daf3b3e0d1) [#87](https://github.com/npm/proggy/pull/87) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) +* [`9795e99`](https://github.com/npm/proggy/commit/9795e993dc4b909f82134e67bdb17c9dc6f51ce5) [#76](https://github.com/npm/proggy/pull/76) linting: no-unused-vars (@lukekarrys) +* [`36b6935`](https://github.com/npm/proggy/commit/36b69351b1a363e6427415820dadeb755b0361fa) [#76](https://github.com/npm/proggy/pull/76) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`ed3e179`](https://github.com/npm/proggy/commit/ed3e1798abb890a6cd1b5b4a79ceaf8bb1bc0e0e) [#36](https://github.com/npm/proggy/pull/36) bump npmlog from 6.0.2 to 7.0.0 (@dependabot[bot]) +* [`5b40616`](https://github.com/npm/proggy/commit/5b406161b8f18078c848171a1de34f468aac27d7) [#35](https://github.com/npm/proggy/pull/35) bump @npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot]) +* [`253f9d4`](https://github.com/npm/proggy/commit/253f9d492b41cbb16155ad1e02f11d98c9e442f8) [#88](https://github.com/npm/proggy/pull/88) postinstall for dependabot template-oss PR (@hashtagchris) +* [`beaba03`](https://github.com/npm/proggy/commit/beaba03289b2c0bf6678004b8526b6d03be3e23a) [#88](https://github.com/npm/proggy/pull/88) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) + ## [2.0.0](https://github.com/npm/proggy/compare/v1.0.0...v2.0.0) (2022-10-10) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index 4c7c6be..01ac44b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proggy", - "version": "2.0.0", + "version": "3.0.0", "files": [ "bin/", "lib/"