Skip to content

Commit

Permalink
chore: release 4.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Apr 30, 2024
1 parent 732dddc commit f70757d
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@
{
".": "4.21.4"
".": "4.21.5"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.21.5](https://github.com/npm/template-oss/compare/v4.21.4...v4.21.5) (2024-04-30)

### Bug Fixes

* [`732dddc`](https://github.com/npm/template-oss/commit/732dddc38244f4e4a0d6e1a06da416a4d8519dac) [#439](https://github.com/npm/template-oss/pull/439) update actions workflow versions (#439) (@lukekarrys)
* [`7949ec3`](https://github.com/npm/template-oss/commit/7949ec36484786abeb1c425fb0d9c378064365b5) [#438](https://github.com/npm/template-oss/pull/438) add node 22 to CI matrix (#438) (@lukekarrys)
* [`6d54cbf`](https://github.com/npm/template-oss/commit/6d54cbf0016403779906d1f563d8ba249d2d9f0e) [#436](https://github.com/npm/template-oss/pull/436) get correct exit code from npm publish/view (#436) (@lukekarrys)
* [`d0bf7c2`](https://github.com/npm/template-oss/commit/d0bf7c28f9b3244132243067705a524abd18b84b) [#435](https://github.com/npm/template-oss/pull/435) update license (#435) (@lukekarrys)
* [`df03d8b`](https://github.com/npm/template-oss/commit/df03d8bec39e5e5245b272f1fc9c21556185a95d) [#433](https://github.com/npm/template-oss/pull/433) dont create chore only PRs (#433) (@lukekarrys)

## [4.21.4](https://github.com/npm/template-oss/compare/v4.21.3...v4.21.4) (2024-04-15)

### 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": "@npmcli/template-oss",
"version": "4.21.4",
"version": "4.21.5",
"description": "templated files used in npm CLI team oss projects",
"main": "lib/content/index.js",
"bin": {
Expand Down

0 comments on commit f70757d

Please sign in to comment.