Skip to content

Commit

Permalink
chore: release libnpmpack 4.0.1 (#4509)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
github-actions[bot] and ruyadorno authored Mar 9, 2022
1 parent 21e2410 commit 7d0339f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions workspaces/libnpmpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# Change Log
# Changelog

### [4.0.1](https://www.github.com/npm/cli/compare/[email protected]) (2022-03-03)


### Bug Fixes

* 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))


### [2.0.0](https://github.com/npm/libnpmpack/compare/[email protected]) (2020-03-27)

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

### Breaking Changes

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

<a name="1.0.0"></a>
# 1.0.0 (2020-03-26)

### 1.0.0 (2020-03-26)


### Features

* [`a35c590`](https://github.com/npm/libnpmpack/commit/a35c590) feat: pack tarballs from local dir or registry spec ([@claudiahdz](https://github.com/claudiahdz))

* [`6d72149`](https://github.com/npm/libnpmpack/commit/6d72149) feat: sorted tarball contents ([@eridal](https://github.com/eridal))
2 changes: 1 addition & 1 deletion workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "4.0.0",
"version": "4.0.1",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down

0 comments on commit 7d0339f

Please sign in to comment.