Skip to content

Commit

Permalink
chore: release 2.0.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 13, 2022
1 parent 5a4c880 commit 1892dab
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@
{
".": "1.0.1"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [2.0.0](https://github.com/npm/name-from-folder/compare/v1.0.1...v2.0.0) (2022-12-12)

### ⚠️ BREAKING CHANGES

* this package is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`5a4c880`](https://github.com/npm/name-from-folder/commit/5a4c8802d708fb21a7ff46efde2e950e6ebfe40b) [#7](https://github.com/npm/name-from-folder/pull/7) add template-oss (@lukekarrys)
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": "1.0.1",
"version": "2.0.0",
"files": [
"bin/",
"lib/"
Expand Down

0 comments on commit 1892dab

Please sign in to comment.