Skip to content

Commit

Permalink
chore: release 18.0.2 (#251)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [18.0.2](v18.0.1...v18.0.2)
(2024-01-03)

### Bug Fixes

*
[`b9f488d`](b9f488d)
[#255](#255) Speed up cache reads
(#255) (@thecodrr)

### Chores

*
[`7eab139`](7eab139)
[#252](#252) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`44bedb2`](44bedb2)
[#252](#252) bump
@npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
*
[`a12bdf3`](a12bdf3)
[#248](#248) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`62e5a94`](62e5a94)
[#248](#248) bump
@npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])

---
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>
  • Loading branch information
github-actions[bot] committed Jan 4, 2024
1 parent b9f488d commit 3de26af
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "18.0.1"
".": "18.0.2"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [18.0.2](https://github.com/npm/cacache/compare/v18.0.1...v18.0.2) (2024-01-03)

### Bug Fixes

* [`b9f488d`](https://github.com/npm/cacache/commit/b9f488d8667e76aefb9c25d2ff51c81fd9f8539c) [#255](https://github.com/npm/cacache/pull/255) Speed up cache reads (#255) (@thecodrr)

### Chores

* [`7eab139`](https://github.com/npm/cacache/commit/7eab1395432d3a85fad394b810c9aa6929473e25) [#252](https://github.com/npm/cacache/pull/252) postinstall for dependabot template-oss PR (@lukekarrys)
* [`44bedb2`](https://github.com/npm/cacache/commit/44bedb24525fc24d1140c9b434ab23f35bbc70b8) [#252](https://github.com/npm/cacache/pull/252) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
* [`a12bdf3`](https://github.com/npm/cacache/commit/a12bdf3a3bede99fb3024adeb770ef3f8495240b) [#248](https://github.com/npm/cacache/pull/248) postinstall for dependabot template-oss PR (@lukekarrys)
* [`62e5a94`](https://github.com/npm/cacache/commit/62e5a9499103a23a4701077008017516d2f794bf) [#248](https://github.com/npm/cacache/pull/248) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])

## [18.0.1](https://github.com/npm/cacache/compare/v18.0.0...v18.0.1) (2023-11-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cacache",
"version": "18.0.1",
"version": "18.0.2",
"cache-version": {
"content": "2",
"index": "5"
Expand Down

0 comments on commit 3de26af

Please sign in to comment.