From bba605f22f7072454fdd7c4999fcc3fe2e6d3aff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:56:53 -0700 Subject: [PATCH] chore: release 4.23.2 (#468) :robot: I have created a release *beep* *boop* --- ## [4.23.2](https://github.com/npm/template-oss/compare/v4.23.1...v4.23.2) (2024-08-13) ### Bug Fixes * [`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) * [`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) * [`6ee703d`](https://github.com/npm/template-oss/commit/6ee703d12a4f1874493ead2be8de207928ca9cb4) Don't restrict length for commit message footer (#467) (@hashtagchris) * [`87d3ed9`](https://github.com/npm/template-oss/commit/87d3ed921f4b180946818558c6fef5817090ebe7) [#466](https://github.com/npm/template-oss/pull/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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4bf86e39..c4b75363 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.23.1" + ".": "4.23.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b6f84c..cb704790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.23.2](https://github.com/npm/template-oss/compare/v4.23.1...v4.23.2) (2024-08-13) + +### Bug Fixes + +* [`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) +* [`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) +* [`6ee703d`](https://github.com/npm/template-oss/commit/6ee703d12a4f1874493ead2be8de207928ca9cb4) Don't restrict length for commit message footer (#467) (@hashtagchris) +* [`87d3ed9`](https://github.com/npm/template-oss/commit/87d3ed921f4b180946818558c6fef5817090ebe7) [#466](https://github.com/npm/template-oss/pull/466) update codeql runner version (#466) (@wraithgar) + ## [4.23.1](https://github.com/npm/template-oss/compare/v4.23.0...v4.23.1) (2024-07-17) ### Bug Fixes diff --git a/package.json b/package.json index 518dfb26..1b2d4f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/template-oss", - "version": "4.23.1", + "version": "4.23.2", "description": "templated files used in npm CLI team oss projects", "main": "lib/content/index.js", "bin": {