Skip to content

Commit

Permalink
chore: release 4.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed May 9, 2024
1 parent 8aef509 commit 3f283a0
Show file tree
Hide file tree
Showing 3 changed files with 13 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.22.0"
".": "4.22.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.22.1](https://github.com/npm/template-oss/compare/v4.22.0...v4.22.1) (2024-05-09)

### Bug Fixes

* [`8aef509`](https://github.com/npm/template-oss/commit/8aef509c19639a08a47cf0378ea54799229891ff) [#446](https://github.com/npm/template-oss/pull/446) dont conclude checks if they were never set (#446) (@lukekarrys)
* [`9440c4f`](https://github.com/npm/template-oss/commit/9440c4f2a8292d4920d9a6d815a13dbd75146ecf) [#444](https://github.com/npm/template-oss/pull/444) pass releases to publish check (#444) (@lukekarrys)

### Chores

* [`1a073e4`](https://github.com/npm/template-oss/commit/1a073e477827cf8b49edbd694aca536dc545f1ec) [#443](https://github.com/npm/template-oss/pull/443) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)

## [4.22.0](https://github.com/npm/template-oss/compare/v4.21.4...v4.22.0) (2024-05-03)

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

0 comments on commit 3f283a0

Please sign in to comment.