Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Sep 3, 2024
1 parent bad5ce6 commit dec1e3a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "3.0.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [3.0.0](https://github.com/npm/name-from-folder/compare/v2.0.0...v3.0.0) (2024-09-03)
### ⚠️ 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
* [`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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/name-from-folder",
"version": "2.0.0",
"version": "3.0.0",
"files": [
"bin/",
"lib/"
Expand Down

0 comments on commit dec1e3a

Please sign in to comment.