Skip to content

Commit 7d0339f

Browse files
chore: release libnpmpack 4.0.1 (#4509)
* chore: release libnpmpack 4.0.1 * chore: preserve previous changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ruy Adorno <[email protected]>
1 parent 21e2410 commit 7d0339f

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

workspaces/libnpmpack/CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1-
# Change Log
1+
# Changelog
2+
3+
### [4.0.1](https://www.github.com/npm/cli/compare/[email protected]) (2022-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* set proper workspace repo urls in package.json ([#4476](https://www.github.com/npm/cli/issues/4476)) ([0cfc155](https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))
9+
10+
11+
### [2.0.0](https://github.com/npm/libnpmpack/compare/[email protected]) (2020-03-27)
212

3-
<a name="2.0.0"></a>
4-
# [2.0.0](https://github.com/npm/libnpmpack/compare/v1.0.0...v2.0.0) (2020-03-27)
513

614
### Breaking Changes
715

816
* [`cb2ecf2`](https://github.com/npm/libnpmpack/commit/cb2ecf2) feat: resolve to tarball data Buffer ([@claudiahdz](https://github.com/claudiahdz))
917

10-
<a name="1.0.0"></a>
11-
# 1.0.0 (2020-03-26)
18+
19+
### 1.0.0 (2020-03-26)
20+
1221

1322
### Features
1423

1524
* [`a35c590`](https://github.com/npm/libnpmpack/commit/a35c590) feat: pack tarballs from local dir or registry spec ([@claudiahdz](https://github.com/claudiahdz))
16-
1725
* [`6d72149`](https://github.com/npm/libnpmpack/commit/6d72149) feat: sorted tarball contents ([@eridal](https://github.com/eridal))

workspaces/libnpmpack/package.json

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

0 commit comments

Comments
 (0)