diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f132b43..3e5c63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.0.0](https://github.com/npm/create-oss/compare/v1.1.0...v2.0.0) (2022-12-12) + +### ⚠️ BREAKING CHANGES + +* no longer copies files or runs commands, only sets up the package.json and informs the user to install the template package + +### Features + +* [`6d25781`](https://github.com/npm/create-oss/commit/6d2578112adcdb4c9dfc6a12b37e42eb5f7d17b8) refactor to do far less work (@nlf) + +### Bug Fixes + +* [`4b3a7f7`](https://github.com/npm/create-oss/commit/4b3a7f70a72ee5f54490c985715192fd16ca02d7) remove @npmcli/fs (@lukekarrys) + ## 1.0.0 - first implementation. creates a package.json, copies files, and runs commands. diff --git a/package.json b/package.json index 0bf956d..c1ef0eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/create-oss", - "version": "1.1.0", + "version": "2.0.0", "description": "package creator for the npm cli team", "main": "lib/index.js", "bin": {