From 1841ad297f2c22b8a76ede7de680dc639635a824 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 18:08:13 -0700 Subject: [PATCH] chore: release 9.0.1 (#128) :robot: I have created a release *beep* *boop* --- ## [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]) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9285669..256be89 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.0" + ".": "9.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b6d8a..58cfe5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 24395cc..1167be1 100644 --- a/package.json +++ b/package.json @@ -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": [