Skip to content

Commit

Permalink
chore: release 14.0.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Sep 23, 2022
1 parent 3f57037 commit c3289af
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "14.0.0-pre.0"
".": "14.0.0-pre.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [14.0.0-pre.1](https://github.com/npm/pacote/compare/v14.0.0-pre.0...v14.0.0-pre.1) (2022-09-22)

### ⚠️ BREAKING CHANGES

* the `_cached` attribute has been removed from packuments.

### Bug Fixes

* [`8ca3751`](https://github.com/npm/pacote/commit/8ca3751edf7be9f27227f4a205676401303871db) [#175](https://github.com/npm/pacote/pull/175) packument: eliminate _cached field (#175) (@jablko)

## [14.0.0-pre.0](https://github.com/npm/pacote/compare/v13.6.2...v14.0.0-pre.0) (2022-09-21)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pacote",
"version": "14.0.0-pre.0",
"version": "14.0.0-pre.1",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
Expand Down

0 comments on commit c3289af

Please sign in to comment.