Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
chore: release 2.0.0 (#22)
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 d4c4924 commit 0191aad
Show file tree
Hide file tree
Showing 3 changed files with 16 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.1.0"
".": "2.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0191aad

Please sign in to comment.