Skip to content

Commit 446fadf

Browse files
github-actions[bot]lukekarrys
authored andcommittedMay 25, 2022
chore(latest): release libnpmpack 4.1.0
1 parent 353e2f9 commit 446fadf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎workspaces/libnpmpack/CHANGELOG.md

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

3+
## [4.1.0](https://github.com/npm/cli/compare/libnpmpack-v4.0.3...libnpmpack-v4.1.0) (2022-05-25)
4+
5+
6+
### Features
7+
8+
* **libnpmpack:** bump pacote for better workspace awareness ([7307c8d](https://github.com/npm/cli/commit/7307c8de388cd14c96c42d70b7e567ec343ad084))
9+
10+
11+
### Dependencies
12+
13+
* pacote@13.5.0 npm-packlist@5.1.0 ([353e2f9](https://github.com/npm/cli/commit/353e2f9dc60a5d319d4105822a9e0b2ddbf82bc0))
14+
315
### [4.0.3](https://github.com/npm/cli/compare/libnpmpack-v4.0.2...libnpmpack-v4.0.3) (2022-04-06)
416

517

‎workspaces/libnpmpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.