Skip to content

Commit

Permalink
chore: release 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 14, 2022
1 parent ddf797a commit 108a37c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [16.0.0](https://www.github.com/npm/cacache/compare/v15.3.0...v16.0.0) (2022-03-14)


### ⚠ BREAKING CHANGES

* this drops support for node10 and non-LTS versions of node12 and node14.

### Bug Fixes

* move files to lib ([cfa4a79](https://www.github.com/npm/cacache/commit/cfa4a7974e1a2b4c4d00613afe20b1925fbe639a))


### Dependencies

* @npmcli/template-oss@2.9.2 ([6e051a7](https://www.github.com/npm/cacache/commit/6e051a782e18288c51914562ae93b4ce52a81ad1))
* update @npmcli/move-file requirement from ^1.0.1 to ^1.1.2 ([#70](https://www.github.com/npm/cacache/issues/70)) ([ddf797a](https://www.github.com/npm/cacache/commit/ddf797a1906e2b285165e544d5ae29a4bb1514ef))
* update minipass-pipeline requirement from ^1.2.2 to ^1.2.4 ([#69](https://www.github.com/npm/cacache/issues/69)) ([372d1a1](https://www.github.com/npm/cacache/commit/372d1a1533aaa8ea37c4cb98f99f40461c9bddac))

## [15.2.0](https://github.com/npm/cacache/releases/v15.2.0) (2021-05-25)

* [8892a92](https://github.com/npm/cacache/commit/8892a92) add a validateEntry option to compact
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": "15.3.0",
"version": "16.0.0",
"cache-version": {
"content": "2",
"index": "5"
Expand Down

0 comments on commit 108a37c

Please sign in to comment.