Skip to content

Commit

Permalink
chore: release 11.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 527a64f commit 84b59f5
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 @@
{
".": "11.0.2"
".": "11.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

## [11.0.3](https://github.com/npm/npm-package-arg/compare/v11.0.2...v11.0.3) (2024-04-21)

### Chores

* [`527a64f`](https://github.com/npm/npm-package-arg/commit/527a64f6afa1c4eb8e5e60068ac6f9fda9d96e1a) [#174](https://github.com/npm/npm-package-arg/pull/174) postinstall for dependabot template-oss PR (@lukekarrys)
* [`641f193`](https://github.com/npm/npm-package-arg/commit/641f193010a1d16f9b2963f023becc88a438eb51) [#174](https://github.com/npm/npm-package-arg/pull/174) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

## [11.0.2](https://github.com/npm/npm-package-arg/compare/v11.0.1...v11.0.2) (2024-04-12)

### Documentation
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-package-arg",
"version": "11.0.2",
"version": "11.0.3",
"description": "Parse the things that can be arguments to `npm install`",
"main": "./lib/npa.js",
"directories": {
Expand Down

0 comments on commit 84b59f5

Please sign in to comment.