Skip to content

Commit

Permalink
chore: release 7.0.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fritzy committed Oct 4, 2022
1 parent 5e80968 commit cbda48b
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.0.0-pre.0"
".": "7.0.0-pre.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [7.0.0-pre.1](https://github.com/npm/npm-packlist/compare/v7.0.0-pre.0...v7.0.0-pre.1) (2022-10-03)

### ⚠️ BREAKING CHANGES

* if npm-shrinkwrap.json is included in your .npmignore, the shrinkwrap will now be excluded from your packlist.

### Features

* [`5e80968`](https://github.com/npm/npm-packlist/commit/5e8096883080d8d1650d4558fb62e34ce61d0dda) [#131](https://github.com/npm/npm-packlist/pull/131) npm-shrinkwrap.json files can now be ignored (#131) (@fritzy)

## [7.0.0-pre.0](https://github.com/npm/npm-packlist/compare/v6.0.1...v7.0.0-pre.0) (2022-09-26)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-packlist",
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"description": "Get a list of the files to add from a folder into an npm package",
"directories": {
"test": "test"
Expand Down

0 comments on commit cbda48b

Please sign in to comment.