Skip to content

Commit

Permalink
chore: release 18.0.5 (#367)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [18.0.5](v18.0.4...v18.0.5)
(2024-05-06)

### Bug Fixes

*
[`5e75582`](5e75582)
[#368](#368) dont set _contentLength
if not in headers (#368) (@lukekarrys)
*
[`1b6950b`](1b6950b)
[#365](#365) move bin to its own
directory (@lukekarrys)
*
[`1b6950b`](1b6950b)
[#365](#365) refactor: symbol cleanup
(#365) (@lukekarrys)

---
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>
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent 5e75582 commit 8b58a32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "18.0.4"
".": "18.0.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [18.0.5](https://github.com/npm/pacote/compare/v18.0.4...v18.0.5) (2024-05-06)

### Bug Fixes

* [`5e75582`](https://github.com/npm/pacote/commit/5e755820b70f60ea136d9e85eb42a6c2d9718472) [#368](https://github.com/npm/pacote/pull/368) dont set _contentLength if not in headers (#368) (@lukekarrys)
* [`1b6950b`](https://github.com/npm/pacote/commit/1b6950b993f07f87cf66a0e4d76e646939174d88) [#365](https://github.com/npm/pacote/pull/365) move bin to its own directory (@lukekarrys)
* [`1b6950b`](https://github.com/npm/pacote/commit/1b6950b993f07f87cf66a0e4d76e646939174d88) [#365](https://github.com/npm/pacote/pull/365) refactor: symbol cleanup (#365) (@lukekarrys)

## [18.0.4](https://github.com/npm/pacote/compare/v18.0.3...v18.0.4) (2024-05-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pacote",
"version": "18.0.4",
"version": "18.0.5",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
Expand Down

0 comments on commit 8b58a32

Please sign in to comment.