From be3f84c29124cdd76339b4a2c4f2e74c3ca5901c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:26:27 +0000 Subject: [PATCH] chore: release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cce8c22..96b44c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [3.0.0](https://github.com/npm/name-from-folder/compare/v2.0.0...v3.0.0) (2024-09-24) +### ⚠️ BREAKING CHANGES +* `@npmcli/name-from-folder` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`4865201`](https://github.com/npm/name-from-folder/commit/4865201b5522be3c2d5b948f69e073cc6caa4622) [#56](https://github.com/npm/name-from-folder/pull/56) align to npm 10 node engine range (@hashtagchris) +### Chores +* [`c6232a0`](https://github.com/npm/name-from-folder/commit/c6232a048feec7ce01e970d9e9169160b436cfd5) [#58](https://github.com/npm/name-from-folder/pull/58) enable auto publish (#58) (@reggi) +* [`bad5ce6`](https://github.com/npm/name-from-folder/commit/bad5ce6d79ac470b385021c9309ef951b05fa6b1) [#56](https://github.com/npm/name-from-folder/pull/56) run template-oss-apply (@hashtagchris) +* [`6901265`](https://github.com/npm/name-from-folder/commit/6901265c29af5cd00e568099bb0be2648d199043) [#54](https://github.com/npm/name-from-folder/pull/54) Bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) +* [`4b07860`](https://github.com/npm/name-from-folder/commit/4b078609420d948495d9efd77ae49cbefb650f96) [#55](https://github.com/npm/name-from-folder/pull/55) Bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) +* [`be16c20`](https://github.com/npm/name-from-folder/commit/be16c20e717bf6f68f6a063bf609d132e9f7f636) [#52](https://github.com/npm/name-from-folder/pull/52) Bump @npmcli/template-oss from 4.22.0 to 4.23.1 (@dependabot[bot]) +* [`f77cefb`](https://github.com/npm/name-from-folder/commit/f77cefb89b881b2916e0337b52dd02e5fce00dd7) [#43](https://github.com/npm/name-from-folder/pull/43) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`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]) +* [`961243e`](https://github.com/npm/name-from-folder/commit/961243ea6da64ddab3a1a341975e43edc823fa41) [#55](https://github.com/npm/name-from-folder/pull/55) postinstall for dependabot template-oss PR (@hashtagchris) + ## [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 6ec295e..323edd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/name-from-folder", - "version": "2.0.0", + "version": "3.0.0", "files": [ "bin/", "lib/"