Skip to content

Commit fa296f0

Browse files
Release 3.5.0
[skip ci] ## [3.5.0](v3.4.0...v3.5.0) (2025-01-22) ### Features * support custom pathToRegexpModule ([#66](#66)) ([d474eec](d474eec))
1 parent d474eec commit fa296f0

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.5.0](https://github.com/eggjs/egg-multipart/compare/v3.4.0...v3.5.0) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* support custom pathToRegexpModule ([#66](https://github.com/eggjs/egg-multipart/issues/66)) ([d474eec](https://github.com/eggjs/egg-multipart/commit/d474eecf1f86115bfb9750f1856a4d87ec542109))
9+
310
## [3.4.0](https://github.com/eggjs/egg-multipart/compare/v3.3.0...v3.4.0) (2024-06-07)
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": "egg-multipart",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"eggPlugin": {
55
"name": "multipart",
66
"optionalDependencies": [

0 commit comments

Comments
 (0)