diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4bb7e5af..7eda3347 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.21.0" + ".": "4.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a064fb4c..66f8fe8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.21.1](https://github.com/npm/template-oss/compare/v4.21.0...v4.21.1) (2023-12-04) + +### Bug Fixes + +* [`a64e952`](https://github.com/npm/template-oss/commit/a64e9522714e4eef570b20838821364cdf3d635e) [#389](https://github.com/npm/template-oss/pull/389) collapse chores in changelog (@lukekarrys) +* [`1df98ef`](https://github.com/npm/template-oss/commit/1df98ef0c80d47c29bfeb1e8d66e3d1636dbd5ad) [#389](https://github.com/npm/template-oss/pull/389) run install-latest-npm in temp dir (@lukekarrys) + ## [4.21.0](https://github.com/npm/template-oss/compare/v4.20.0...v4.21.0) (2023-12-01) ### Features diff --git a/package.json b/package.json index a2483560..40786aa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/template-oss", - "version": "4.21.0", + "version": "4.21.1", "description": "templated files used in npm CLI team oss projects", "main": "lib/content/index.js", "bin": {