Skip to content

Commit

Permalink
chore: release 5.0.0 (#190)
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] committed Feb 6, 2023
1 parent 8f61147 commit a7baf44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "4.0.1"
".": "5.0.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [5.0.0](https://github.com/npm/init-package-json/compare/v4.0.1...v5.0.0) (2023-02-06)

### ⚠️ BREAKING CHANGES

* this module is now Promise only and no longer accepts a callback parameter

### Features

* [`8b919b7`](https://github.com/npm/init-package-json/commit/8b919b74149af92f4cad76c96080a254a72b7018) refactor (@lukekarrys)

## [4.0.1](https://github.com/npm/init-package-json/compare/v4.0.0...v4.0.1) (2022-10-18)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "init-package-json",
"version": "4.0.1",
"version": "5.0.0",
"main": "lib/init-package-json.js",
"scripts": {
"test": "tap",
Expand Down

0 comments on commit a7baf44

Please sign in to comment.