Skip to content

Commit bba605f

Browse files
chore: release 4.23.2 (#468)
🤖 I have created a release *beep* *boop* --- ## [4.23.2](v4.23.1...v4.23.2) (2024-08-13) ### Bug Fixes * [`fa37073`](fa37073) [#469](#469) proper workspace tap config for tap18 and up (@wraithgar) * [`6a2200d`](6a2200d) [#465](#465) omit nyc config for all tap versions above 18 (#465) (@wraithgar) * [`6ee703d`](6ee703d) Don't restrict length for commit message footer (#467) (@hashtagchris) * [`87d3ed9`](87d3ed9) [#466](#466) update codeql runner version (#466) (@wraithgar) --- 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 fa37073 commit bba605f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [4.23.2](https://github.com/npm/template-oss/compare/v4.23.1...v4.23.2) (2024-08-13)
4+
5+
### Bug Fixes
6+
7+
* [`fa37073`](https://github.com/npm/template-oss/commit/fa37073fd9a4cc7dea2d783bac7055fb35a3d787) [#469](https://github.com/npm/template-oss/pull/469) proper workspace tap config for tap18 and up (@wraithgar)
8+
* [`6a2200d`](https://github.com/npm/template-oss/commit/6a2200dc746742d9e155df5834b49a779875206e) [#465](https://github.com/npm/template-oss/pull/465) omit nyc config for all tap versions above 18 (#465) (@wraithgar)
9+
* [`6ee703d`](https://github.com/npm/template-oss/commit/6ee703d12a4f1874493ead2be8de207928ca9cb4) Don't restrict length for commit message footer (#467) (@hashtagchris)
10+
* [`87d3ed9`](https://github.com/npm/template-oss/commit/87d3ed921f4b180946818558c6fef5817090ebe7) [#466](https://github.com/npm/template-oss/pull/466) update codeql runner version (#466) (@wraithgar)
11+
312
## [4.23.1](https://github.com/npm/template-oss/compare/v4.23.0...v4.23.1) (2024-07-17)
413

514
### 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.23.1",
3+
"version": "4.23.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)