Skip to content

Commit 693079b

Browse files
chore: release 7.0.0 (#157)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](v6.0.3...v7.0.0) (2024-08-26) ### ⚠️ BREAKING CHANGES * `cmd-shim` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`aaf6016`](aaf6016) [#154](#154) align to npm 10 node engine range (@hashtagchris) ### Chores * [`926af07`](926af07) [#154](#154) run template-oss-apply (@hashtagchris) * [`7c154f3`](7c154f3) [#151](#151) postinstall for dependabot template-oss PR (@hashtagchris) * [`21178ef`](21178ef) [#151](#151) bump @npmcli/template-oss from 4.22.0 to 4.23.1 (@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 5ca25ad commit 693079b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.3"
2+
".": "7.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/npm/cmd-shim/compare/v6.0.3...v7.0.0) (2024-08-26)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* `cmd-shim` now supports node `^18.17.0 || >=20.5.0`
8+
9+
### Bug Fixes
10+
11+
* [`aaf6016`](https://github.com/npm/cmd-shim/commit/aaf601687a131bec7eb94ff06d8fb417f95eed6e) [#154](https://github.com/npm/cmd-shim/pull/154) align to npm 10 node engine range (@hashtagchris)
12+
13+
### Chores
14+
15+
* [`926af07`](https://github.com/npm/cmd-shim/commit/926af0785a59e512d3ea9316b58f98bbe9fb2a88) [#154](https://github.com/npm/cmd-shim/pull/154) run template-oss-apply (@hashtagchris)
16+
* [`7c154f3`](https://github.com/npm/cmd-shim/commit/7c154f30af2c4e52d34320d044e1201017cbcea2) [#151](https://github.com/npm/cmd-shim/pull/151) postinstall for dependabot template-oss PR (@hashtagchris)
17+
* [`21178ef`](https://github.com/npm/cmd-shim/commit/21178ef7fc0d087c3071451547e5c635cc19271e) [#151](https://github.com/npm/cmd-shim/pull/151) bump @npmcli/template-oss from 4.22.0 to 4.23.1 (@dependabot[bot])
18+
319
## [6.0.3](https://github.com/npm/cmd-shim/compare/v6.0.2...v6.0.3) (2024-05-04)
420

521
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmd-shim",
3-
"version": "6.0.3",
3+
"version": "7.0.0",
44
"description": "Used in npm for command line application support",
55
"scripts": {
66
"test": "tap",

0 commit comments

Comments
 (0)