Skip to content

Commit

Permalink
chore: release 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Aug 14, 2023
1 parent bdff8ca commit fc8ab22
Show file tree
Hide file tree
Showing 3 changed files with 17 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 @@
{
".": "17.1.4"
".": "18.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [18.0.0](https://github.com/npm/cacache/compare/v17.1.4...v18.0.0) (2023-08-14)

### ⚠️ BREAKING CHANGES

* support for node 14 has been removed

### Bug Fixes

* [`bdff8ca`](https://github.com/npm/cacache/commit/bdff8cab5bb6446599fb25b9a9f408d157db81be) [#219](https://github.com/npm/cacache/pull/219) use lru-cache named export (@lukekarrys)
* [`0db9bcb`](https://github.com/npm/cacache/commit/0db9bcbb58bce80384de2c0d384a5f1311fa5428) [#219](https://github.com/npm/cacache/pull/219) drop node14 support (@lukekarrys)

### Dependencies

* [`0850b54`](https://github.com/npm/cacache/commit/0850b5437e9e3b099575f629d6a69d6ab47eefde) [#219](https://github.com/npm/cacache/pull/219) bump lru-cache from 7.18.3 to 10.0.1

## [17.1.4](https://github.com/npm/cacache/compare/v17.1.3...v17.1.4) (2023-08-14)

### Dependencies
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": "17.1.4",
"version": "18.0.0",
"cache-version": {
"content": "2",
"index": "5"
Expand Down

0 comments on commit fc8ab22

Please sign in to comment.