diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 201d76d7..46545354 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 f5524afc..0f32e7af 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 a391df82..caadaf2d 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": {