Skip to content

Commit

Permalink
chore: release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wraithgar committed Oct 18, 2022
1 parent 4dea768 commit a2024d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

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

### Dependencies

* [`4dea768`](https://github.com/npm/init-package-json/commit/4dea7685efa3a596eb04d2d4de21902efb0f6c84) [#172](https://github.com/npm/init-package-json/pull/172) bump npm-package-arg from 9.1.2 to 10.0.0

## [4.0.0](https://github.com/npm/init-package-json/compare/v3.0.2...v4.0.0) (2022-10-14)

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

0 comments on commit a2024d4

Please sign in to comment.