From e85347e9e973f241dae96bf10424179761f0ff3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:40:18 +0000 Subject: [PATCH] chore: release 2.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..b725ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cce8c22..f224cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.1](https://github.com/npm/name-from-folder/compare/v2.0.0...v2.0.1) (2024-04-21) + +### Chores + +* [`47a905e`](https://github.com/npm/name-from-folder/commit/47a905e21420386e1d0b6b98897d378089fcaaa1) [#42](https://github.com/npm/name-from-folder/pull/42) Bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) +* [`bbae674`](https://github.com/npm/name-from-folder/commit/bbae6747e37b55330fb60542a0ebbaa04c715cca) [#38](https://github.com/npm/name-from-folder/pull/38) Bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot]) +* [`a444cf5`](https://github.com/npm/name-from-folder/commit/a444cf5c3b2e9a2a72ba0061695c264baff354b3) [#35](https://github.com/npm/name-from-folder/pull/35) Bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot]) +* [`833849b`](https://github.com/npm/name-from-folder/commit/833849b6c1348062cf35f415a36fa77c6d196ebc) [#15](https://github.com/npm/name-from-folder/pull/15) Bump @npmcli/template-oss from 4.13.0 to 4.19.0 (@dependabot[bot]) +* [`f6eb29a`](https://github.com/npm/name-from-folder/commit/f6eb29ab6f014198d0d9436e79b1b9781973871a) [#13](https://github.com/npm/name-from-folder/pull/13) Bump @npmcli/template-oss from 4.11.4 to 4.13.0 (#13) (@dependabot[bot], @npm-cli-bot, @nlf) +* [`b382ed4`](https://github.com/npm/name-from-folder/commit/b382ed44575d68ae37726bb73d1bfe9aec2cc463) [#12](https://github.com/npm/name-from-folder/pull/12) Bump @npmcli/template-oss from 4.11.3 to 4.11.4 (#12) (@dependabot[bot], @npm-cli-bot, @nlf) +* [`36e8841`](https://github.com/npm/name-from-folder/commit/36e8841e8f490b46ba28cd049ba055273d44e010) [#11](https://github.com/npm/name-from-folder/pull/11) Bump @npmcli/template-oss from 4.11.0 to 4.11.3 (@dependabot[bot]) +* [`9bc428e`](https://github.com/npm/name-from-folder/commit/9bc428e0008c802776fa744a648d3885153c88cd) [#42](https://github.com/npm/name-from-folder/pull/42) postinstall for dependabot template-oss PR (@lukekarrys) + ## [2.0.0](https://github.com/npm/name-from-folder/compare/v1.0.1...v2.0.0) (2022-12-12) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index 0483050..887a1bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/name-from-folder", - "version": "2.0.0", + "version": "2.0.1", "files": [ "bin/", "lib/"