From 3a9c4014da4b81556b070ad2e3ac82ac29bd3a36 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:21:22 -0400 Subject: [PATCH] chore: release 5.0.0 (#108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [5.0.0](https://github.com/npm/read-cmd-shim/compare/v4.0.0...v5.0.0) (2024-09-24) ### ⚠️ BREAKING CHANGES * `read-cmd-shim` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`56c8424`](https://github.com/npm/read-cmd-shim/commit/56c8424dbc5017942c794bf9df755b166b4dcb00) [#107](https://github.com/npm/read-cmd-shim/pull/107) align to npm 10 node engine range (@hashtagchris) ### Chores * [`ab0eecd`](https://github.com/npm/read-cmd-shim/commit/ab0eecd913cbefffd7a7db71dbb37799db09cb20) [#109](https://github.com/npm/read-cmd-shim/pull/109) enable auto publish (#109) (@reggi) * [`442a62a`](https://github.com/npm/read-cmd-shim/commit/442a62ab9bc20fd81b3c6a0c2b95e7bc0d788eb0) [#107](https://github.com/npm/read-cmd-shim/pull/107) run template-oss-apply (@hashtagchris) * [`b41ae60`](https://github.com/npm/read-cmd-shim/commit/b41ae60e55d6f3b0bb672e08ef2a3e5622872f54) [#104](https://github.com/npm/read-cmd-shim/pull/104) bump cmd-shim from 6.0.3 to 7.0.0 (@dependabot[bot]) * [`994fac3`](https://github.com/npm/read-cmd-shim/commit/994fac3a554bc0f77fa5d776173cf1c4353923da) [#105](https://github.com/npm/read-cmd-shim/pull/105) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`c4f85f3`](https://github.com/npm/read-cmd-shim/commit/c4f85f3879c8d0fb02cf22ffcd79141e90e2f0c7) [#94](https://github.com/npm/read-cmd-shim/pull/94) linting: no-unused-vars (@lukekarrys) * [`a0a4b33`](https://github.com/npm/read-cmd-shim/commit/a0a4b33973d205adb6d4c7265da112474e5c25c2) [#94](https://github.com/npm/read-cmd-shim/pull/94) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`20721b4`](https://github.com/npm/read-cmd-shim/commit/20721b459c92079917590ae9e01a5b0611e01b89) [#54](https://github.com/npm/read-cmd-shim/pull/54) deps: remove rimraf (#54) (@lukekarrys) * [`b41c7e9`](https://github.com/npm/read-cmd-shim/commit/b41c7e95f6577e5eff68460504812f2293bc831e) [#42](https://github.com/npm/read-cmd-shim/pull/42) bump cmd-shim from 5.0.0 to 6.0.0 (@dependabot[bot]) * [`73b8dd5`](https://github.com/npm/read-cmd-shim/commit/73b8dd5d66687d63b54ab5e8238e3b39adc9c4fc) [#43](https://github.com/npm/read-cmd-shim/pull/43) bump @npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot]) * [`19bd13d`](https://github.com/npm/read-cmd-shim/commit/19bd13d3e7de4159f8bd886724129339a66afcf7) [#106](https://github.com/npm/read-cmd-shim/pull/106) postinstall for dependabot template-oss PR (@hashtagchris) * [`0b8954c`](https://github.com/npm/read-cmd-shim/commit/0b8954cdb4a3721b446e8a2eb55af34154e0d764) [#106](https://github.com/npm/read-cmd-shim/pull/106) 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..32dbe0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "5.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6a599..c65a005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [5.0.0](https://github.com/npm/read-cmd-shim/compare/v4.0.0...v5.0.0) (2024-09-24) +### ⚠️ BREAKING CHANGES +* `read-cmd-shim` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`56c8424`](https://github.com/npm/read-cmd-shim/commit/56c8424dbc5017942c794bf9df755b166b4dcb00) [#107](https://github.com/npm/read-cmd-shim/pull/107) align to npm 10 node engine range (@hashtagchris) +### Chores +* [`ab0eecd`](https://github.com/npm/read-cmd-shim/commit/ab0eecd913cbefffd7a7db71dbb37799db09cb20) [#109](https://github.com/npm/read-cmd-shim/pull/109) enable auto publish (#109) (@reggi) +* [`442a62a`](https://github.com/npm/read-cmd-shim/commit/442a62ab9bc20fd81b3c6a0c2b95e7bc0d788eb0) [#107](https://github.com/npm/read-cmd-shim/pull/107) run template-oss-apply (@hashtagchris) +* [`b41ae60`](https://github.com/npm/read-cmd-shim/commit/b41ae60e55d6f3b0bb672e08ef2a3e5622872f54) [#104](https://github.com/npm/read-cmd-shim/pull/104) bump cmd-shim from 6.0.3 to 7.0.0 (@dependabot[bot]) +* [`994fac3`](https://github.com/npm/read-cmd-shim/commit/994fac3a554bc0f77fa5d776173cf1c4353923da) [#105](https://github.com/npm/read-cmd-shim/pull/105) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) +* [`c4f85f3`](https://github.com/npm/read-cmd-shim/commit/c4f85f3879c8d0fb02cf22ffcd79141e90e2f0c7) [#94](https://github.com/npm/read-cmd-shim/pull/94) linting: no-unused-vars (@lukekarrys) +* [`a0a4b33`](https://github.com/npm/read-cmd-shim/commit/a0a4b33973d205adb6d4c7265da112474e5c25c2) [#94](https://github.com/npm/read-cmd-shim/pull/94) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`20721b4`](https://github.com/npm/read-cmd-shim/commit/20721b459c92079917590ae9e01a5b0611e01b89) [#54](https://github.com/npm/read-cmd-shim/pull/54) deps: remove rimraf (#54) (@lukekarrys) +* [`b41c7e9`](https://github.com/npm/read-cmd-shim/commit/b41c7e95f6577e5eff68460504812f2293bc831e) [#42](https://github.com/npm/read-cmd-shim/pull/42) bump cmd-shim from 5.0.0 to 6.0.0 (@dependabot[bot]) +* [`73b8dd5`](https://github.com/npm/read-cmd-shim/commit/73b8dd5d66687d63b54ab5e8238e3b39adc9c4fc) [#43](https://github.com/npm/read-cmd-shim/pull/43) bump @npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot]) +* [`19bd13d`](https://github.com/npm/read-cmd-shim/commit/19bd13d3e7de4159f8bd886724129339a66afcf7) [#106](https://github.com/npm/read-cmd-shim/pull/106) postinstall for dependabot template-oss PR (@hashtagchris) +* [`0b8954c`](https://github.com/npm/read-cmd-shim/commit/0b8954cdb4a3721b446e8a2eb55af34154e0d764) [#106](https://github.com/npm/read-cmd-shim/pull/106) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) + ## [4.0.0](https://github.com/npm/read-cmd-shim/compare/v3.0.1...v4.0.0) (2022-10-10) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index 24cf0ee..3b16802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "read-cmd-shim", - "version": "4.0.0", + "version": "5.0.0", "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", "main": "lib/index.js", "devDependencies": {