Skip to content

Commit

Permalink
chore: release 8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Apr 21, 2024
1 parent e5adb40 commit b1d22cf
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@
{
".": "8.0.2"
".": "8.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.0.3](https://github.com/npm/npm-packlist/compare/v8.0.2...v8.0.3) (2024-04-21)

### Chores

* [`e5adb40`](https://github.com/npm/npm-packlist/commit/e5adb40cf85f8d42a917b8a30e2367d4cf1214ae) [#226](https://github.com/npm/npm-packlist/pull/226) postinstall for dependabot template-oss PR (@lukekarrys)
* [`6016e7a`](https://github.com/npm/npm-packlist/commit/6016e7a0a195e0a850fe5fb74b010f3f4d0b95f0) [#226](https://github.com/npm/npm-packlist/pull/226) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [8.0.2](https://github.com/npm/npm-packlist/compare/v8.0.1...v8.0.2) (2024-01-03)

### Bug Fixes
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": "8.0.2",
"version": "8.0.3",
"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 b1d22cf

Please sign in to comment.