Skip to content

Commit

Permalink
chore: release 9.0.1 (#128)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored May 4, 2024
1 parent 286569a commit 1841ad2
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@
{
".": "9.0.0"
".": "9.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [9.0.1](https://github.com/npm/npm-pick-manifest/compare/v9.0.0...v9.0.1) (2024-05-04)

### Bug Fixes

* [`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)

### Chores

* [`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)
* [`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)
* [`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])

## [9.0.0](https://github.com/npm/npm-pick-manifest/compare/v8.0.2...v9.0.0) (2023-08-15)

### ⚠️ BREAKING CHANGES
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-pick-manifest",
"version": "9.0.0",
"version": "9.0.1",
"description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
"main": "./lib",
"files": [
Expand Down

0 comments on commit 1841ad2

Please sign in to comment.