Skip to content

Commit 079dc62

Browse files
Release 3.3.0
[skip ci] ## [3.3.0](v3.2.0...v3.3.0) (2022-12-18) ### Features * drop uuid dependency ([#62](#62)) ([b8bb895](b8bb895))
1 parent b8bb895 commit 079dc62

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [3.3.0](https://github.com/eggjs/egg-multipart/compare/v3.2.0...v3.3.0) (2022-12-18)
4+
5+
6+
### Features
7+
8+
* drop uuid dependency ([#62](https://github.com/eggjs/egg-multipart/issues/62)) ([b8bb895](https://github.com/eggjs/egg-multipart/commit/b8bb895acec33f4b1476ad35a06718529d6ad067))

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.2.0",
3+
"version": "3.3.0",
44
"eggPlugin": {
55
"name": "multipart",
66
"optionalDependencies": [

0 commit comments

Comments
 (0)