Skip to content

Commit

Permalink
chore: release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Sep 30, 2022
1 parent 7628eef commit 222cd64
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "7.0.2"
".": "8.0.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [8.0.0](https://github.com/npm/npm-pick-manifest/compare/v7.0.2...v8.0.0) (2022-09-30)

### ⚠️ BREAKING CHANGES

* `npm-pick-manifest` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`a3fc66c`](https://github.com/npm/npm-pick-manifest/commit/a3fc66c3f6b52cfaec20319daf64c9dbfa08d1d3) [#61](https://github.com/npm/npm-pick-manifest/pull/61) postinstall for dependabot template-oss PR (@lukekarrys)

## [7.0.2](https://github.com/npm/npm-pick-manifest/compare/v7.0.1...v7.0.2) (2022-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "npm-pick-manifest",
"version": "7.0.2",
"version": "8.0.0",
"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 222cd64

Please sign in to comment.