Skip to content

Commit 3a9c401

Browse files
chore: release 5.0.0 (#108)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](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`](56c8424) [#107](#107) align to npm 10 node engine range (@hashtagchris) ### Chores * [`ab0eecd`](ab0eecd) [#109](#109) enable auto publish (#109) (@reggi) * [`442a62a`](442a62a) [#107](#107) run template-oss-apply (@hashtagchris) * [`b41ae60`](b41ae60) [#104](#104) bump cmd-shim from 6.0.3 to 7.0.0 (@dependabot[bot]) * [`994fac3`](994fac3) [#105](#105) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`c4f85f3`](c4f85f3) [#94](#94) linting: no-unused-vars (@lukekarrys) * [`a0a4b33`](a0a4b33) [#94](#94) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`20721b4`](20721b4) [#54](#54) deps: remove rimraf (#54) (@lukekarrys) * [`b41c7e9`](b41c7e9) [#42](#42) bump cmd-shim from 5.0.0 to 6.0.0 (@dependabot[bot]) * [`73b8dd5`](73b8dd5) [#43](#43) bump @npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot]) * [`19bd13d`](19bd13d) [#106](#106) postinstall for dependabot template-oss PR (@hashtagchris) * [`0b8954c`](0b8954c) [#106](#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>
1 parent ab0eecd commit 3a9c401

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/npm/read-cmd-shim/compare/v4.0.0...v5.0.0) (2024-09-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `read-cmd-shim` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`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)
8+
### Chores
9+
* [`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)
10+
* [`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)
11+
* [`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])
12+
* [`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])
13+
* [`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)
14+
* [`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)
15+
* [`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)
16+
* [`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])
17+
* [`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])
18+
* [`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)
19+
* [`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])
20+
321
## [4.0.0](https://github.com/npm/read-cmd-shim/compare/v3.0.1...v4.0.0) (2022-10-10)
422

523
### ⚠️ BREAKING CHANGES

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "read-cmd-shim",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
55
"main": "lib/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)