Skip to content

Commit 1841ad2

Browse files
chore: release 9.0.1 (#128)
🤖 I have created a release *beep* *boop* --- ## [9.0.1](v9.0.0...v9.0.1) (2024-05-04) ### Bug Fixes * [`286569a`](286569a) [#126](#126) linting: no-unused-vars (@lukekarrys) ### Chores * [`7242a55`](7242a55) [#126](#126) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`581d69b`](581d69b) [#126](#126) postinstall for dependabot template-oss PR (@lukekarrys) * [`dd5fc17`](dd5fc17) [#125](#125) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@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 286569a commit 1841ad2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [9.0.1](https://github.com/npm/npm-pick-manifest/compare/v9.0.0...v9.0.1) (2024-05-04)
4+
5+
### Bug Fixes
6+
7+
* [`286569a`](https://github.com/npm/npm-pick-manifest/commit/286569a69cbf3ffae1dd67970d8c24602d67606b) [#126](https://github.com/npm/npm-pick-manifest/pull/126) linting: no-unused-vars (@lukekarrys)
8+
9+
### Chores
10+
11+
* [`7242a55`](https://github.com/npm/npm-pick-manifest/commit/7242a553c29ef28f639c29695b74fcfbf4f423b3) [#126](https://github.com/npm/npm-pick-manifest/pull/126) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
12+
* [`581d69b`](https://github.com/npm/npm-pick-manifest/commit/581d69ba3c1543bbec64115c273accc68ae11f89) [#126](https://github.com/npm/npm-pick-manifest/pull/126) postinstall for dependabot template-oss PR (@lukekarrys)
13+
* [`dd5fc17`](https://github.com/npm/npm-pick-manifest/commit/dd5fc1775e3956d10b1778be578026099640f234) [#125](https://github.com/npm/npm-pick-manifest/pull/125) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
14+
315
## [9.0.0](https://github.com/npm/npm-pick-manifest/compare/v8.0.2...v9.0.0) (2023-08-15)
416

517
### ⚠️ BREAKING CHANGES

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-pick-manifest",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
55
"main": "./lib",
66
"files": [

0 commit comments

Comments
 (0)