We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61d60f commit b2a9662Copy full SHA for b2a9662
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.4.0](https://github.com/eggjs/egg-multipart/compare/v3.3.0...v3.4.0) (2024-06-07)
4
+
5
6
+### Features
7
8
+* remove unuse "stream-wormhole" deps ([#63](https://github.com/eggjs/egg-multipart/issues/63)) ([f61d60f](https://github.com/eggjs/egg-multipart/commit/f61d60fba2c9290542acabe9f7dca0f201635e61))
9
10
## [3.3.0](https://github.com/eggjs/egg-multipart/compare/v3.2.0...v3.3.0) (2022-12-18)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-multipart",
- "version": "3.3.0",
+ "version": "3.4.0",
"eggPlugin": {
"name": "multipart",
"optionalDependencies": [
0 commit comments