Skip to content

Commit

Permalink
chore: release 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Sep 28, 2022
1 parent 50ed49c commit ae94063
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 @@
{
".": "9.1.1"
".": "9.1.2"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [9.1.2](https://github.com/npm/npm-package-arg/compare/v9.1.1...v9.1.2) (2022-09-28)

### Bug Fixes

* [`50ed49c`](https://github.com/npm/npm-package-arg/commit/50ed49c9f376b8382e334da5fb40ef77a8d2a447) revert engines change (@lukekarrys)

## [9.1.1](https://github.com/npm/npm-package-arg/compare/v9.1.0...v9.1.1) (2022-09-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "npm-package-arg",
"version": "9.1.1",
"version": "9.1.2",
"description": "Parse the things that can be arguments to `npm install`",
"main": "./lib/npa.js",
"directories": {
Expand Down

0 comments on commit ae94063

Please sign in to comment.