Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 14, 2022
1 parent 8c53d60 commit 9fb5ed5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.0.7"
".": "2.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,24 @@
# Changelog

## [2.0.0](https://github.com/npm/installed-package-contents/compare/v1.0.7...v2.0.0) (2022-10-14)

### ⚠️ BREAKING CHANGES

* `@npmcli/installed-package-contents` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
* update engines to ^12.13.0 || ^14.15.0 || >=16.0.0

### Features

* [`73c0db2`](https://github.com/npm/installed-package-contents/commit/73c0db2f11bfbef5d89090e766896b861742d59a) [#14](https://github.com/npm/installed-package-contents/pull/14) postinstall for dependabot template-oss PR (@lukekarrys)
* [`7839326`](https://github.com/npm/installed-package-contents/commit/78393260db7c806d69087a174f2e393d9e961dc2) template-oss (@lukekarrys)

### Bug Fixes

* [`5ca1ba2`](https://github.com/npm/installed-package-contents/commit/5ca1ba291053cae7ec41031214762b484ddc0ebb) linting (@lukekarrys)

### Dependencies

* [`8c53d60`](https://github.com/npm/installed-package-contents/commit/8c53d60062e85163b1e42a5aadd8421a70fa4c61) [#22](https://github.com/npm/installed-package-contents/pull/22) bump npm-bundled from 2.0.1 to 3.0.0
* [`2241f43`](https://github.com/npm/installed-package-contents/commit/2241f432d1e6b93a802c7638029bd46c76041dae) [#21](https://github.com/npm/installed-package-contents/pull/21) bump npm-normalize-package-bin from 2.0.0 to 3.0.0
* [`d36ab64`](https://github.com/npm/installed-package-contents/commit/d36ab648eae592a66c1e7689a2983ab6bc244f8e) [#12](https://github.com/npm/installed-package-contents/pull/12) `npm-normalize-package-bin@2.0.0`
* [`2ff51f4`](https://github.com/npm/installed-package-contents/commit/2ff51f40e8a0391ef07b2d6b6629b1504f8f76cd) `npm-bundled@2.0.1`
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/installed-package-contents",
"version": "1.0.7",
"version": "2.0.0",
"description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down

0 comments on commit 9fb5ed5

Please sign in to comment.