From cf286f57dc197197f12b45b94ee68e90ecd1f906 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:45:48 +0000 Subject: [PATCH] chore: release 4.19.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4fd98c88..bdabf696 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.18.1" + ".": "4.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dc2d85..7e431451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.19.0](https://github.com/npm/template-oss/compare/v4.18.1...v4.19.0) (2023-09-15) + +### Features + +* [`994a278`](https://github.com/npm/template-oss/commit/994a2784df4b76c5e0362e9877fb6ae63e94bd77) [#356](https://github.com/npm/template-oss/pull/356) set ci versions from engines (@lukekarrys) +* [`cad156a`](https://github.com/npm/template-oss/commit/cad156a3a929ab30c5d9e595443b22f399f3941c) [#360](https://github.com/npm/template-oss/pull/360) set backport release from config instead of current branch (@lukekarrys) + +### Bug Fixes + +* [`de319e8`](https://github.com/npm/template-oss/commit/de319e8b20e5ab64770add7a9b847a2c76d22159) [#358](https://github.com/npm/template-oss/pull/358) allow overriding path to npm bin in workspaces (@lukekarrys) + ## [4.18.1](https://github.com/npm/template-oss/compare/v4.18.0...v4.18.1) (2023-09-12) ### Bug Fixes diff --git a/package.json b/package.json index c5910a63..e1a6bdeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/template-oss", - "version": "4.18.1", + "version": "4.19.0", "description": "templated files used in npm CLI team oss projects", "main": "lib/content/index.js", "bin": {