Skip to content

Commit 2e7a6dd

Browse files
chore: release 4.21.4 (#428)
🤖 I have created a release *beep* *boop* --- ## [4.21.4](v4.21.3...v4.21.4) (2024-04-15) ### Bug Fixes * [`b8cf803`](b8cf803) [#430](#430) only use latest template-oss specific commits in changelog (#430) (@lukekarrys) * [`5d806ab`](5d806ab) [#429](#429) iterate over releases from env var (#429) (@lukekarrys) * [`8906397`](8906397) [#423](#423) turn of body-max-line-length commitlint rule (@lukekarrys) ### Dependencies * [`0b1c048`](0b1c048) [#423](#423) `@commitlint/[email protected]` * [`47e9d8d`](47e9d8d) [#423](#423) bump @commitlint/cli from 18.6.1 to 19.0.3 (@dependabot[bot]) * [`41ee083`](41ee083) [#425](#425) bump undici from 5.28.3 to 6.7.0 (#425) (@dependabot[bot]) * [`1106838`](1106838) [#427](#427) `[email protected]` (#427) --- 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 b8cf803 commit 2e7a6dd

File tree

3 files changed

+17
-2
lines changed

3 files changed

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

CHANGELOG.md

+15
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

+1-1
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)