Skip to content

Commit c4f6821

Browse files
chore: release 18.0.2 (#359)
1 parent 116b277 commit c4f6821

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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-
".": "18.0.1"
2+
".": "18.0.2"
33
}

CHANGELOG.md

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

3+
## [18.0.2](https://github.com/npm/pacote/compare/v18.0.1...v18.0.2) (2024-04-24)
4+
5+
### Bug Fixes
6+
7+
* [`116b277`](https://github.com/npm/pacote/commit/116b2776822b494b5928297f4dedc01af671523a) [#358](https://github.com/npm/pacote/pull/358) don't strip underscore attributes in .manifest() (#358) (@wraithgar)
8+
39
## [18.0.1](https://github.com/npm/pacote/compare/v18.0.0...v18.0.1) (2024-04-23)
410

511
### Bug Fixes

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

0 commit comments

Comments
 (0)