Skip to content

Commit

Permalink
chore: release 15.0.2 (#233)
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 Oct 18, 2022
1 parent be4fa65 commit 2a27acc
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 @@
{
".": "15.0.1"
".": "15.0.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [15.0.2](https://github.com/npm/pacote/compare/v15.0.1...v15.0.2) (2022-10-18)

### Bug Fixes

* [`95f9cd5`](https://github.com/npm/pacote/commit/95f9cd514d9ab5b1fc0605de7fed76e6f467fbd2) handle new npm-package-arg semantics (@wraithgar)

### Dependencies

* [`2ed4d22`](https://github.com/npm/pacote/commit/2ed4d22ee7a489f05eaacae3ce30619ef455de71) `[email protected]`

## [15.0.1](https://github.com/npm/pacote/compare/v15.0.0...v15.0.1) (2022-10-17)

### Dependencies
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": "pacote",
"version": "15.0.1",
"version": "15.0.2",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
Expand Down

0 comments on commit 2a27acc

Please sign in to comment.