Skip to content

Commit e562ba3

Browse files
chore: release 15.0.0 (#214)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43ae022 commit e562ba3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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"
2+
".": "15.0.0"
33
}

CHANGELOG.md

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

3+
## [15.0.0](https://github.com/npm/pacote/compare/v14.0.0...v15.0.0) (2022-10-13)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* this package no longer attempts to change file ownership automatically
8+
9+
### Features
10+
11+
* [`43ae022`](https://github.com/npm/pacote/commit/43ae02203f04fd597a6d73f0a8bb4e639986e62e) [#216](https://github.com/npm/pacote/pull/216) do not alter file ownership (#216) (@nlf)
12+
13+
### Dependencies
14+
15+
* [`2ac3980`](https://github.com/npm/pacote/commit/2ac39808b135987eb9e1f0200212c64cbf77973c) [#213](https://github.com/npm/pacote/pull/213) bump read-package-json-fast from 2.0.3 to 3.0.0
16+
317
## [14.0.0](https://github.com/npm/pacote/compare/v14.0.0-pre.3...v14.0.0) (2022-10-05)
418

519
### Features

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",
3+
"version": "15.0.0",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {

0 commit comments

Comments
 (0)