Skip to content

Commit 925f569

Browse files
chore: release 4.21.4
1 parent b8cf803 commit 925f569

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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-
".": "4.21.3"
2+
".": "4.21.4"
33
}

CHANGELOG.md

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

3+
## [4.21.4](https://github.com/npm/template-oss/compare/v4.21.3...v4.21.4) (2024-04-15)
4+
5+
### Bug Fixes
6+
7+
* [`b8cf803`](https://github.com/npm/template-oss/commit/b8cf8032cde284cf56efb227b578c9bb16971fea) [#430](https://github.com/npm/template-oss/pull/430) only use latest template-oss specific commits in changelog (#430) (@lukekarrys)
8+
* [`5d806ab`](https://github.com/npm/template-oss/commit/5d806abb13480ea10671ca475cc0d52be10f0790) [#429](https://github.com/npm/template-oss/pull/429) iterate over releases from env var (#429) (@lukekarrys)
9+
* [`8906397`](https://github.com/npm/template-oss/commit/89063973726c720a4bbab251fa186f783f457ceb) [#423](https://github.com/npm/template-oss/pull/423) turn of body-max-line-length commitlint rule (@lukekarrys)
10+
11+
### Dependencies
12+
13+
* [`0b1c048`](https://github.com/npm/template-oss/commit/0b1c048135fd7edb877ef360e1c4479b5bac73b1) [#423](https://github.com/npm/template-oss/pull/423) `@commitlint/[email protected]`
14+
* [`47e9d8d`](https://github.com/npm/template-oss/commit/47e9d8d5c1272d3dad23629c77b3d8105c529307) [#423](https://github.com/npm/template-oss/pull/423) bump @commitlint/cli from 18.6.1 to 19.0.3 (@dependabot[bot])
15+
* [`41ee083`](https://github.com/npm/template-oss/commit/41ee08375c053a4f40050ed4e09324848174b0b8) [#425](https://github.com/npm/template-oss/pull/425) bump undici from 5.28.3 to 6.7.0 (#425) (@dependabot[bot])
16+
* [`1106838`](https://github.com/npm/template-oss/commit/1106838f4c520855f56bf1ff7bac9f0231372635) [#427](https://github.com/npm/template-oss/pull/427) `[email protected]` (#427)
17+
318
## [4.21.3](https://github.com/npm/template-oss/compare/v4.21.2...v4.21.3) (2023-12-06)
419

520
### 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": "@npmcli/template-oss",
3-
"version": "4.21.3",
3+
"version": "4.21.4",
44
"description": "templated files used in npm CLI team oss projects",
55
"main": "lib/content/index.js",
66
"bin": {

0 commit comments

Comments
 (0)