Skip to content

Commit

Permalink
chore: release 14.0.0-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Sep 27, 2022
1 parent d3517fd commit 7e7a1e2
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.1"
".": "14.0.0-pre.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

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

### ⚠️ BREAKING CHANGES

* `pacote` now has a peer dependency on `@npmcli/arborist`.

### Features

* [`d3517fd`](https://github.com/npm/pacote/commit/d3517fd4a0e21bbc2e9d729cd88666a829de59fc) [#202](https://github.com/npm/pacote/pull/202) pacote now optionally takes a tree when preparing directories (@lukekarrys)

## [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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pacote",
"version": "14.0.0-pre.1",
"version": "14.0.0-pre.2",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
Expand Down

0 comments on commit 7e7a1e2

Please sign in to comment.