发布正式版本3.2.1
Signed-off-by: liuhaikang <liuhaikang1@h-partners.com>
This commit is contained in:
parent
226d9939be
commit
425aa3a5bc
|
@ -1,3 +1,6 @@
|
||||||
|
## 3.2.1
|
||||||
|
- Release official version
|
||||||
|
|
||||||
## 3.2.1-rc.0
|
## 3.2.1-rc.0
|
||||||
- Fix bug: CropTransformation is used to crop the original image
|
- Fix bug: CropTransformation is used to crop the original image
|
||||||
- Fix bug: After calling the clear all file cache interfaces, the file cache becomes invalid
|
- Fix bug: After calling the clear all file cache interfaces, the file cache becomes invalid
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"main": "index.ets",
|
"main": "index.ets",
|
||||||
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "3.2.1-rc.0",
|
"version": "3.2.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ohos/gpu_transform": "^1.0.2"
|
"@ohos/gpu_transform": "^1.0.2"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue