Skip to content

Commit

Permalink
chore: release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Dec 7, 2023
1 parent 1b2c252 commit c49c653
Show file tree
Hide file tree
Showing 3 changed files with 17 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"
".": "2.0.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.0.1](https://github.com/npm/name-from-folder/compare/v2.0.0...v2.0.1) (2023-12-07)

### Chores

* [`1b2c252`](https://github.com/npm/name-from-folder/commit/1b2c2520e5c9d1083b1b1bd337c57df9b1fbbad7) [#38](https://github.com/npm/name-from-folder/pull/38) postinstall for dependabot template-oss PR (@lukekarrys)
* [`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])
* [`4534807`](https://github.com/npm/name-from-folder/commit/45348079abb29e0769eafe38817b68fe788b0cad) [#35](https://github.com/npm/name-from-folder/pull/35) postinstall for dependabot template-oss PR (@lukekarrys)
* [`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])
* [`2442a86`](https://github.com/npm/name-from-folder/commit/2442a865f54994328e2f16dfb000b0a001297770) [#15](https://github.com/npm/name-from-folder/pull/15) postinstall for dependabot template-oss PR (@lukekarrys)
* [`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)
* [`8fe82e5`](https://github.com/npm/name-from-folder/commit/8fe82e5e834ad85b58ed91b1678a7c735315cd6a) [#11](https://github.com/npm/name-from-folder/pull/11) postinstall for dependabot template-oss PR (@lukekarrys)
* [`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])

## [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": "2.0.1",
"files": [
"bin/",
"lib/"
Expand Down

0 comments on commit c49c653

Please sign in to comment.