From dd050662c8bb181ff30fee1c677e18fd480d2b5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:10:36 -0700 Subject: [PATCH] chore: release 9.1.0 (#135) :robot: I have created a release *beep* *boop* --- ## [9.1.0](https://github.com/npm/npm-pick-manifest/compare/v9.0.1...v9.1.0) (2024-07-09) ### Features * [`9f5560f`](https://github.com/npm/npm-pick-manifest/commit/9f5560ff8a21a83323fa188b44db8545ac8bd55d) [#33](https://github.com/npm/npm-pick-manifest/pull/33) improve heuristics when dist-tags.latest is in range (#33) (@isaacs) --- 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 | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 256be89..9695e0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.1" + ".": "9.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cfe5c..817ed93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [9.1.0](https://github.com/npm/npm-pick-manifest/compare/v9.0.1...v9.1.0) (2024-07-09) + +### Features + +* [`9f5560f`](https://github.com/npm/npm-pick-manifest/commit/9f5560ff8a21a83323fa188b44db8545ac8bd55d) [#33](https://github.com/npm/npm-pick-manifest/pull/33) improve heuristics when dist-tags.latest is in range (#33) (@isaacs) + ## [9.0.1](https://github.com/npm/npm-pick-manifest/compare/v9.0.0...v9.0.1) (2024-05-04) ### Bug Fixes diff --git a/package.json b/package.json index 1167be1..4c0dd50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-pick-manifest", - "version": "9.0.1", + "version": "9.1.0", "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", "main": "./lib", "files": [