Skip to content

Commit 5cdbfd1

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 16.0.0
1 parent 8dc6a32 commit 5cdbfd1

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "15.2.0"
2+
".": "16.0.0"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [16.0.0](https://github.com/npm/pacote/compare/v15.2.0...v16.0.0) (2023-07-28)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* the underlying fetch module now uses `@npmcli/agent`. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.
8+
* support for node 14 has been removed
9+
10+
### Bug Fixes
11+
12+
* [`73b6297`](https://github.com/npm/pacote/commit/73b62976054951b683a5c4c5f511d39f818641e4) [#290](https://github.com/npm/pacote/pull/290) drop node14 support (#290) (@wraithgar)
13+
14+
### Dependencies
15+
16+
* [`8dc6a32`](https://github.com/npm/pacote/commit/8dc6a32a22d76028f9802fbe8920ec0911d3981a) bump minipass from 5.0.0 to 7.0.2
17+
* [`7cebf19`](https://github.com/npm/pacote/commit/7cebf194afb45e6aa8d44150b94984c75a3a5e08) bump npm-registry-fetch from 14.0.5 to 15.0.0
18+
319
## [15.2.0](https://github.com/npm/pacote/compare/v15.1.3...v15.2.0) (2023-05-03)
420

521
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacote",
3-
"version": "15.2.0",
3+
"version": "16.0.0",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {

0 commit comments

Comments
 (0)