Skip to content

Commit

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


##
[4.0.0](v3.0.0...v4.0.0)
(2024-09-24)
### ⚠️ BREAKING CHANGES
* `minify-registry-metadata` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`005571a`](005571a)
[#68](#68) align to
npm 10 node engine range (@hashtagchris)
### Chores
*
[`02d27db`](02d27db)
[#70](#70) enable
auto publish (#70) (@reggi)
*
[`c6c1f02`](c6c1f02)
[#68](#68) run
template-oss-apply (@hashtagchris)
*
[`dc5ad34`](dc5ad34)
[#67](#67) bump
@npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`69ffe0b`](69ffe0b)
[#59](#59) bump
@npmcli/template-oss to 4.22.0 (@lukekarrys)
*
[`55d71a0`](55d71a0)
[#65](#65)
postinstall for dependabot template-oss PR (@hashtagchris)
*
[`712677a`](712677a)
[#65](#65) bump
@npmcli/template-oss from 4.22.0 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 02d27db commit 755d774
Show file tree
Hide file tree
Showing 3 changed files with 15 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 @@
{
".": "3.0.0"
".": "4.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.0.0](https://github.com/npm/minify-registry-metadata/compare/v3.0.0...v4.0.0) (2024-09-24)
### ⚠️ BREAKING CHANGES
* `minify-registry-metadata` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
* [`005571a`](https://github.com/npm/minify-registry-metadata/commit/005571a56f03ec303df54b7474faf637094c0014) [#68](https://github.com/npm/minify-registry-metadata/pull/68) align to npm 10 node engine range (@hashtagchris)
### Chores
* [`02d27db`](https://github.com/npm/minify-registry-metadata/commit/02d27db8ad985669d4d9810c5c8c716031889372) [#70](https://github.com/npm/minify-registry-metadata/pull/70) enable auto publish (#70) (@reggi)
* [`c6c1f02`](https://github.com/npm/minify-registry-metadata/commit/c6c1f02c7185a498d2e8aaa3e909560393bcae39) [#68](https://github.com/npm/minify-registry-metadata/pull/68) run template-oss-apply (@hashtagchris)
* [`dc5ad34`](https://github.com/npm/minify-registry-metadata/commit/dc5ad3479bebfcf0ecb25f0abf109e29ee97b73d) [#67](https://github.com/npm/minify-registry-metadata/pull/67) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
* [`69ffe0b`](https://github.com/npm/minify-registry-metadata/commit/69ffe0b224b482b0ebb00bcdc316b87fb5b051b6) [#59](https://github.com/npm/minify-registry-metadata/pull/59) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
* [`55d71a0`](https://github.com/npm/minify-registry-metadata/commit/55d71a01eb2b71cde6e51abaf40fec5fd077828c) [#65](https://github.com/npm/minify-registry-metadata/pull/65) postinstall for dependabot template-oss PR (@hashtagchris)
* [`712677a`](https://github.com/npm/minify-registry-metadata/commit/712677a41a5098a743cf39c4d03133db7f8817c8) [#65](https://github.com/npm/minify-registry-metadata/pull/65) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot])

## [3.0.0](https://github.com/npm/minify-registry-metadata/compare/v2.2.0...v3.0.0) (2022-12-07)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "minify-registry-metadata",
"description": "minimal regsitry packuments. :corgi:",
"version": "3.0.0",
"version": "4.0.0",
"devDependencies": {
"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
Expand Down

0 comments on commit 755d774

Please sign in to comment.