Skip to content

Commit

Permalink
chore: release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and wraithgar committed Feb 10, 2022
1 parent 82f45ce commit 9c7c7aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [7.0.0](https://www.github.com/npm/npm-pick-manifest/compare/v6.1.1...v7.0.0) (2022-02-10)


### ⚠ BREAKING CHANGES

* This drops support for node 10 and non-LTS versions of node 12 and node 14

### Dependencies

* @npmcli/template-oss@2.7.1 ([73e6f4f](https://www.github.com/npm/npm-pick-manifest/commit/73e6f4f9f81ceaebc327302cf4ba39c4c82b0f28))
* bump npm-package-arg from 8.1.5 to 9.0.0 ([82f45ce](https://www.github.com/npm/npm-pick-manifest/commit/82f45ceae226bcfe206361423f13166b55c1b1fe))
* update semver requirement from ^7.3.4 to ^7.3.5 ([9564d23](https://www.github.com/npm/npm-pick-manifest/commit/9564d238f67710c9f7111f99cae53d8abf30b6d3))

## [6.1.1](https://github.com/npm/npm-pick-manifest/compare/v6.0.0...v6.1.0) (2020-04-07)

* normalize package bins in returned manifest
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": "6.1.1",
"version": "7.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 9c7c7aa

Please sign in to comment.