Skip to content

Commit d2b64c1

Browse files
Release 4.6.3
[skip ci] ## [4.6.3](v4.6.2...v4.6.3) (2024-12-05) ### Bug Fixes * only set extend notation on non-ascii filename ([#558](#558)) ([0cd9b06](0cd9b06))
1 parent 0cd9b06 commit d2b64c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.6.3](https://github.com/node-modules/urllib/compare/v4.6.2...v4.6.3) (2024-12-05)
4+
5+
6+
### Bug Fixes
7+
8+
* only set extend notation on non-ascii filename ([#558](https://github.com/node-modules/urllib/issues/558)) ([0cd9b06](https://github.com/node-modules/urllib/commit/0cd9b06031eb5bed08677b6503a8a0fba4ac7fd8))
9+
310
## [4.6.2](https://github.com/node-modules/urllib/compare/v4.6.1...v4.6.2) (2024-12-04)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)