Skip to content

Commit 00277c7

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 19.0.0
1 parent 81b6e34 commit 00277c7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "18.0.4"
2+
".": "19.0.0"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [19.0.0](https://github.com/npm/cacache/compare/v18.0.4...v19.0.0) (2024-09-26)
4+
### ⚠️ BREAKING CHANGES
5+
* `cacache` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`cc9eee3`](https://github.com/npm/cacache/commit/cc9eee342bb6be30613d8ca2090d404221ee6b59) [#300](https://github.com/npm/cacache/pull/300) align to npm 10 node engine range (@reggi)
8+
### Dependencies
9+
* [`81b6e34`](https://github.com/npm/cacache/commit/81b6e34e2a6ea2055d430e2e818d7648fcf338a8) [#300](https://github.com/npm/cacache/pull/300) `unique-filename@4.0.0`
10+
* [`dcab1af`](https://github.com/npm/cacache/commit/dcab1af53f5ec8bda75f1084572df19e8611a87d) [#300](https://github.com/npm/cacache/pull/300) `ssri@12.0.0`
11+
* [`ba3a3b8`](https://github.com/npm/cacache/commit/ba3a3b8d9f1395103a7fb090d3bd62b1be88f5ba) [#300](https://github.com/npm/cacache/pull/300) `@npmcli/fs@4.0.0`
12+
### Chores
13+
* [`73ce729`](https://github.com/npm/cacache/commit/73ce729c05453b3d8264daf06598f9de5acfe5a7) [#300](https://github.com/npm/cacache/pull/300) run template-oss-apply (@reggi)
14+
* [`f663562`](https://github.com/npm/cacache/commit/f663562addcb9bf56eda9764c05b5de42d294672) [#294](https://github.com/npm/cacache/pull/294) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
15+
* [`74ac800`](https://github.com/npm/cacache/commit/74ac800263888fcc621fd03b220b5fbd2a7c7ce9) [#295](https://github.com/npm/cacache/pull/295) postinstall for dependabot template-oss PR (@hashtagchris)
16+
* [`ae95894`](https://github.com/npm/cacache/commit/ae9589421cc9e70381f589d63afdeabec36261ce) [#295](https://github.com/npm/cacache/pull/295) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
17+
318
## [18.0.4](https://github.com/npm/cacache/compare/v18.0.3...v18.0.4) (2024-07-11)
419

520
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cacache",
3-
"version": "18.0.4",
3+
"version": "19.0.0",
44
"cache-version": {
55
"content": "2",
66
"index": "5"

0 commit comments

Comments
 (0)