From 7d0339fa814792166645ecc699427dd8ba2d1b36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 18:14:35 -0500 Subject: 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 --- workspaces/libnpmpack/CHANGELOG.md | 20 ++++++++++++++------ workspaces/libnpmpack/package.json | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index 2310ac7f8..22c829d3d 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -1,17 +1,25 @@ -# Change Log +# Changelog + +### [4.0.1](https://www.github.com/npm/cli/compare/libnpmpack-vlibnpmpack@4.0.0...libnpmpack-v4.0.1) (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/libnpmpack-vlibnpmpack@1.0.0...libnpmpack-v2.0.0) (2020-03-27) - -# [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)) - -# 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)) diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 586bd3153..9f7e56a1a 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -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", -- cgit v1.2.3