Skip to content

Commit 1c3df16

Browse files
chore: release 11.0.2 (#167)
🤖 I have created a release *beep* *boop* --- ## [11.0.2](v11.0.1...v11.0.2) (2024-04-12) ### Documentation * [`1765111`](1765111) [#171](#171) readme: fix broken badge URL (#171) (@10xLaCroixDrinker) ### Dependencies * [`4ccd080`](4ccd080) [#173](#173) `[email protected]` (#173) ### Chores * [`207ba7d`](207ba7d) [#168](#168) postinstall for dependabot template-oss PR (@lukekarrys) * [`604c1d2`](604c1d2) [#168](#168) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot]) * [`82273b5`](82273b5) [#165](#165) postinstall for dependabot template-oss PR (@lukekarrys) * [`4228b37`](4228b37) [#165](#165) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot]) * [`d4b1447`](d4b1447) [#147](#147) postinstall for dependabot template-oss PR (@lukekarrys) * [`c5920a9`](c5920a9) [#147](#147) bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot]) * [`ee68f93`](ee68f93) [#146](#146) postinstall for dependabot template-oss PR (@lukekarrys) * [`7901052`](7901052) [#146](#146) bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ccd080 commit 1c3df16

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.0.1"
2+
".": "11.0.2"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [11.0.2](https://github.com/npm/npm-package-arg/compare/v11.0.1...v11.0.2) (2024-04-12)
4+
5+
### Documentation
6+
7+
* [`1765111`](https://github.com/npm/npm-package-arg/commit/17651118e122ea7c95a930285b228ccb1609652c) [#171](https://github.com/npm/npm-package-arg/pull/171) readme: fix broken badge URL (#171) (@10xLaCroixDrinker)
8+
9+
### Dependencies
10+
11+
* [`4ccd080`](https://github.com/npm/npm-package-arg/commit/4ccd08087e50c22a498498bbf2f27d2ffed346f3) [#173](https://github.com/npm/npm-package-arg/pull/173) `[email protected]` (#173)
12+
13+
### Chores
14+
15+
* [`207ba7d`](https://github.com/npm/npm-package-arg/commit/207ba7d5cf32c6daa4fd2aad644e8371dd33e0de) [#168](https://github.com/npm/npm-package-arg/pull/168) postinstall for dependabot template-oss PR (@lukekarrys)
16+
* [`604c1d2`](https://github.com/npm/npm-package-arg/commit/604c1d2011a2bb6be599f55fc0aeeb7ebe445517) [#168](https://github.com/npm/npm-package-arg/pull/168) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
17+
* [`82273b5`](https://github.com/npm/npm-package-arg/commit/82273b59bac85e13e130e270e3c1a0ea55c1bfff) [#165](https://github.com/npm/npm-package-arg/pull/165) postinstall for dependabot template-oss PR (@lukekarrys)
18+
* [`4228b37`](https://github.com/npm/npm-package-arg/commit/4228b378a41174b0671ea1a98b2426d86d3c50b3) [#165](https://github.com/npm/npm-package-arg/pull/165) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
19+
* [`d4b1447`](https://github.com/npm/npm-package-arg/commit/d4b144726c787dd5ef98fbcf9863c1dd64b74d6a) [#147](https://github.com/npm/npm-package-arg/pull/147) postinstall for dependabot template-oss PR (@lukekarrys)
20+
* [`c5920a9`](https://github.com/npm/npm-package-arg/commit/c5920a954577df498f3b0455aab35c3d3a8556a8) [#147](https://github.com/npm/npm-package-arg/pull/147) bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
21+
* [`ee68f93`](https://github.com/npm/npm-package-arg/commit/ee68f93f7b4b661d6fcc1d5d9213f897cfd4bd55) [#146](https://github.com/npm/npm-package-arg/pull/146) postinstall for dependabot template-oss PR (@lukekarrys)
22+
* [`7901052`](https://github.com/npm/npm-package-arg/commit/79010526afd9d97435d0486c7ac76e70cbffa6fe) [#146](https://github.com/npm/npm-package-arg/pull/146) bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
23+
324
## [11.0.1](https://github.com/npm/npm-package-arg/compare/v11.0.0...v11.0.1) (2023-09-05)
425

526
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-package-arg",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "Parse the things that can be arguments to `npm install`",
55
"main": "./lib/npa.js",
66
"directories": {

0 commit comments

Comments
 (0)