Skip to content

Commit 3e9444e

Browse files
chore: release 4.21.2 (#393)
🤖 I have created a release *beep* *boop* --- ## [4.21.2](v4.21.1...v4.21.2) (2023-12-05) ### Bug Fixes * [`8953024`](8953024) [#394](#394) increase open dependabot limit (@lukekarrys) * [`9e24894`](9e24894) [#392](#392) do not collapse chores for now (#392) (@lukekarrys) ### Chores * [`ed599cd`](ed599cd) [#394](#394) ignore release-please coverage (@lukekarrys) --- 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 ed599cd commit 3e9444e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [4.21.2](https://github.com/npm/template-oss/compare/v4.21.1...v4.21.2) (2023-12-05)
4+
5+
### Bug Fixes
6+
7+
* [`8953024`](https://github.com/npm/template-oss/commit/89530240670cc01826c27c8794ca73c2e29505c1) [#394](https://github.com/npm/template-oss/pull/394) increase open dependabot limit (@lukekarrys)
8+
* [`9e24894`](https://github.com/npm/template-oss/commit/9e24894b9a9db28f739ed31cd8c3426af11aa0fb) [#392](https://github.com/npm/template-oss/pull/392) do not collapse chores for now (#392) (@lukekarrys)
9+
10+
### Chores
11+
12+
* [`ed599cd`](https://github.com/npm/template-oss/commit/ed599cd3b1c3ec62324ff047d83c25dc45f70603) [#394](https://github.com/npm/template-oss/pull/394) ignore release-please coverage (@lukekarrys)
13+
314
## [4.21.1](https://github.com/npm/template-oss/compare/v4.21.0...v4.21.1) (2023-12-04)
415

516
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/template-oss",
3-
"version": "4.21.1",
3+
"version": "4.21.2",
44
"description": "templated files used in npm CLI team oss projects",
55
"main": "lib/content/index.js",
66
"bin": {

0 commit comments

Comments
 (0)