From 755d774525e11f44448be2d70eb2a5da2bef9744 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:09:21 -0400 Subject: [PATCH] chore: release 4.0.0 (#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [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]) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..e6f8775 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bbafb85..dee7ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ecc30bf..1d841f2 100644 --- a/package.json +++ b/package.json @@ -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",