From f54ea83d8fbb036efef2592e90187ae8a0e74da0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 19:08:17 -0700 Subject: [PATCH] chore: release 18.0.6 (#370) :robot: I have created a release *beep* *boop* --- ## [18.0.6](https://github.com/npm/pacote/compare/v18.0.5...v18.0.6) (2024-05-07) ### Bug Fixes * [`79441a5`](https://github.com/npm/pacote/commit/79441a5cce9bc9927ae3e439188c2add5fa70d89) [#371](https://github.com/npm/pacote/pull/371) clean up requires (#371) (@wraithgar) * [`b19aacb`](https://github.com/npm/pacote/commit/b19aacb925e44ccce1d99a713ad12bdf7b4a008f) [#369](https://github.com/npm/pacote/pull/369) isolate full and corgi packuments in packumentCache (#369) (@wraithgar) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 201d76d..4654535 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "18.0.5" + ".": "18.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f5524af..0f32e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [18.0.6](https://github.com/npm/pacote/compare/v18.0.5...v18.0.6) (2024-05-07) + +### Bug Fixes + +* [`79441a5`](https://github.com/npm/pacote/commit/79441a5cce9bc9927ae3e439188c2add5fa70d89) [#371](https://github.com/npm/pacote/pull/371) clean up requires (#371) (@wraithgar) +* [`b19aacb`](https://github.com/npm/pacote/commit/b19aacb925e44ccce1d99a713ad12bdf7b4a008f) [#369](https://github.com/npm/pacote/pull/369) isolate full and corgi packuments in packumentCache (#369) (@wraithgar) + ## [18.0.5](https://github.com/npm/pacote/compare/v18.0.4...v18.0.5) (2024-05-06) ### Bug Fixes diff --git a/package.json b/package.json index a391df8..caadaf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pacote", - "version": "18.0.5", + "version": "18.0.6", "description": "JavaScript package downloader", "author": "GitHub Inc.", "bin": {