Skip to content

Commit 5aa45e5

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 14.0.0-pre.3
1 parent d6ef5dc commit 5aa45e5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "14.0.0-pre.2"
2+
".": "14.0.0-pre.3"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [14.0.0-pre.3](https://github.com/npm/pacote/compare/v14.0.0-pre.2...v14.0.0-pre.3) (2022-09-28)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* a `@npmcli/arborist` constructor must be passed in if no tree is provided and pacote is going to operate on git dependencies.
8+
9+
### Features
10+
11+
* [`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)
12+
313
## [14.0.0-pre.2](https://github.com/npm/pacote/compare/v14.0.0-pre.1...v14.0.0-pre.2) (2022-09-27)
414

515
### ⚠️ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacote",
3-
"version": "14.0.0-pre.2",
3+
"version": "14.0.0-pre.3",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {

0 commit comments

Comments
 (0)