Skip to content

Commit 00e196a

Browse files
Release 3.25.0
[skip ci] ## [3.25.0](v3.24.0...v3.25.0) (2024-05-07) ### Features * support custom filename when file is Buffer or Readable ([#508](#508)) ([032f439](032f439))
1 parent 032f439 commit 00e196a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [3.25.0](https://github.com/node-modules/urllib/compare/v3.24.0...v3.25.0) (2024-05-07)
4+
5+
6+
### Features
7+
8+
* support custom filename when file is Buffer or Readable ([#508](https://github.com/node-modules/urllib/issues/508)) ([032f439](https://github.com/node-modules/urllib/commit/032f439224378696ba38e2a129ca9603733eae9d))
9+
310
## [3.24.0](https://github.com/node-modules/urllib/compare/v3.23.0...v3.24.0) (2024-04-22)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "3.24.0",
3+
"version": "3.25.0",
44
"publishConfig": {
55
"tag": "latest"
66
},

0 commit comments

Comments
 (0)