Skip to content

Commit

Permalink
chore: release 7.0.0 (#157)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Aug 26, 2024
1 parent 5ca25ad commit 693079b
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@
{
".": "6.0.3"
".": "7.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0](https://github.com/npm/cmd-shim/compare/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`](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)

### Chores

* [`926af07`](https://github.com/npm/cmd-shim/commit/926af0785a59e512d3ea9316b58f98bbe9fb2a88) [#154](https://github.com/npm/cmd-shim/pull/154) run template-oss-apply (@hashtagchris)
* [`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)
* [`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])

## [6.0.3](https://github.com/npm/cmd-shim/compare/v6.0.2...v6.0.3) (2024-05-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmd-shim",
"version": "6.0.3",
"version": "7.0.0",
"description": "Used in npm for command line application support",
"scripts": {
"test": "tap",
Expand Down

0 comments on commit 693079b

Please sign in to comment.