Skip to content

Commit e3871d8

Browse files
chore: release 21.4.0 (#455)
🤖 I have created a release *beep* *boop* --- ## [21.4.0](v21.3.1...v21.4.0) (2026-02-24) ### Features * [`6912f24`](6912f24) [#451](#451) add allowRegistry option (#451) (@wraithgar) ### Bug Fixes * [`ab37bc1`](ab37bc1) [#452](#452) prevent path duplication in attestation URL for registries with … (#452) (@ajayk) * [`ab37bc1`](ab37bc1) [#452](#452) prevent path duplication in attestation URL for registries with (@ajayk) * [`8b8ea3b`](8b8ea3b) [#454](#454) skip registry key check for keyless (Sigstore/Fulcio) attestations (#454) (@ajayk) * [`8b8ea3b`](8b8ea3b) [#454](#454) skip registry key check for keyless (Sigstore/Fulcio) attestations (@ajayk) ### Chores * [`0dfd1cd`](0dfd1cd) [#456](#456) remove git config from tests (#456) (@wraithgar) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0dfd1cd commit e3871d8

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [21.4.0](https://github.com/npm/pacote/compare/v21.3.1...v21.4.0) (2026-02-24)
4+
### Features
5+
* [`6912f24`](https://github.com/npm/pacote/commit/6912f249599e9e27ed0b79ab0652cc60f6d2f755) [#451](https://github.com/npm/pacote/pull/451) add allowRegistry option (#451) (@wraithgar)
6+
### Bug Fixes
7+
* [`ab37bc1`](https://github.com/npm/pacote/commit/ab37bc1e7d0f1c0a590770e650f93500caa9b206) [#452](https://github.com/npm/pacote/pull/452) prevent path duplication in attestation URL for registries with … (#452) (@ajayk)
8+
* [`ab37bc1`](https://github.com/npm/pacote/commit/ab37bc1e7d0f1c0a590770e650f93500caa9b206) [#452](https://github.com/npm/pacote/pull/452) prevent path duplication in attestation URL for registries with (@ajayk)
9+
* [`8b8ea3b`](https://github.com/npm/pacote/commit/8b8ea3b27f49097806fc798b478c5179bea21266) [#454](https://github.com/npm/pacote/pull/454) skip registry key check for keyless (Sigstore/Fulcio) attestations (#454) (@ajayk)
10+
* [`8b8ea3b`](https://github.com/npm/pacote/commit/8b8ea3b27f49097806fc798b478c5179bea21266) [#454](https://github.com/npm/pacote/pull/454) skip registry key check for keyless (Sigstore/Fulcio) attestations (@ajayk)
11+
### Chores
12+
* [`0dfd1cd`](https://github.com/npm/pacote/commit/0dfd1cdc15cf8586d0d7c1f4b30bffe73d5277dc) [#456](https://github.com/npm/pacote/pull/456) remove git config from tests (#456) (@wraithgar)
13+
314
## [21.3.1](https://github.com/npm/pacote/compare/v21.3.0...v21.3.1) (2026-02-10)
415
### Bug Fixes
516
* [`96e571a`](https://github.com/npm/pacote/commit/96e571a4c2f1eaab1932ba40eb495cc6b9798c9b) [#439](https://github.com/npm/pacote/pull/439) ensure that resolved git ref matches expected sha (#439) (@klassiker, pacotedev)

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

0 commit comments

Comments
 (0)