Skip to content

Commit 0c146d8

Browse files
github-actions[bot]wraithgar
authored andcommitted
chore: release 2.0.2
1 parent 35464ef commit 0c146d8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/npm/installed-package-contents/compare/v2.0.1...v2.0.2) (2023-02-27)
4+
5+
### Bug Fixes
6+
7+
* [`4a51e49`](https://github.com/npm/installed-package-contents/commit/4a51e49e462055422492f693e20d4e07b0fdcb5b) add shell line so bin works (#37) (@ShamimIslam)
8+
39
## [2.0.1](https://github.com/npm/installed-package-contents/compare/v2.0.0...v2.0.1) (2022-10-19)
410

511
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/installed-package-contents",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)