Skip to content

Commit

Permalink
chore: release 3.0.0 (#90)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.0.0](v2.0.0...v3.0.0)
(2024-09-24)
### ⚠️ BREAKING CHANGES
* `proggy` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`9bff3e8`](9bff3e8)
[#89](#89) align to npm 10 node engine
range (@hashtagchris)
### Chores
*
[`91e9939`](91e9939)
[#91](#91) enable auto publish (#91)
(@reggi)
*
[`c601919`](c601919)
[#89](#89) run template-oss-apply
(@hashtagchris)
*
[`8d9ae26`](8d9ae26)
[#87](#87) bump @npmcli/eslint-config
from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`9795e99`](9795e99)
[#76](#76) linting: no-unused-vars
(@lukekarrys)
*
[`36b6935`](36b6935)
[#76](#76) bump @npmcli/template-oss
to 4.22.0 (@lukekarrys)
*
[`ed3e179`](ed3e179)
[#36](#36) bump npmlog from 6.0.2 to
7.0.0 (@dependabot[bot])
*
[`5b40616`](5b40616)
[#35](#35) bump @npmcli/eslint-config
from 3.1.0 to 4.0.0 (@dependabot[bot])
*
[`253f9d4`](253f9d4)
[#88](#88) postinstall for dependabot
template-oss PR (@hashtagchris)
*
[`beaba03`](beaba03)
[#88](#88) bump @npmcli/template-oss
from 4.23.1 to 4.23.3 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 24, 2024
1 parent 91e9939 commit a296413
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "3.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proggy",
"version": "2.0.0",
"version": "3.0.0",
"files": [
"bin/",
"lib/"
Expand Down

0 comments on commit a296413

Please sign in to comment.