Skip to content

Commit

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

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

### ⚠️ BREAKING CHANGES

* a `@npmcli/arborist` constructor must be passed in if no tree is provided and pacote is going to operate on git dependencies.

### Features

* [`d6ef5dc`](https://github.com/npm/pacote/commit/d6ef5dc8856cfc81de15d1b2fb0c647cecca2496) [#204](https://github.com/npm/pacote/pull/204) require arborist constructor to be passed in for preparing git dirs (#204) (@lukekarrys)

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

0 comments on commit 5aa45e5

Please sign in to comment.