From bf568fa473839eed160c479e46ec85ca2864978c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 20:24:42 +0000 Subject: [PATCH] chore: release 17.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 94915b0..d61179d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "17.0.7" + ".": "17.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2886bb..a2a272d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [17.1.0](https://github.com/npm/cacache/compare/v17.0.7...v17.1.0) (2023-05-02) + +### Features + +* [`2e83cfc`](https://github.com/npm/cacache/commit/2e83cfc4013f37359ea7f49d23bc659b76f9f356) [#200](https://github.com/npm/cacache/pull/200) write: accept multiple integrity algorithms (#200) (@wraithgar) + +### Bug Fixes + +* [`62b2d8d`](https://github.com/npm/cacache/commit/62b2d8d06ae0a762d74a12bac17fc50a42731ee3) [#199](https://github.com/npm/cacache/pull/199) don't clobber time when verifying cache (#199) (@wraithgar) +* [`e227c50`](https://github.com/npm/cacache/commit/e227c5006a4cd9648ab684f1ea13ce19f9508a23) [#197](https://github.com/npm/cacache/pull/197) verify: allow for entries with multiple hashes (#197) (@wraithgar) + +### Documentation + +* [`1b3774e`](https://github.com/npm/cacache/commit/1b3774e5c6be2608ac8d9513f9a13307015f457a) [#201](https://github.com/npm/cacache/pull/201) update readme links (#201) (@wraithgar) + ## [17.0.7](https://github.com/npm/cacache/compare/v17.0.6...v17.0.7) (2023-05-01) ### Bug Fixes diff --git a/package.json b/package.json index df9fc02..b8ee783 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cacache", - "version": "17.0.7", + "version": "17.1.0", "cache-version": { "content": "2", "index": "5"