This commit is contained in:
xiaojunnuo
2024-09-26 14:27:04 +08:00
parent e9fda44bf0
commit be13390b3a
22 changed files with 76 additions and 32 deletions
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.25.5](https://github.com/certd/certd/compare/v1.25.4...v1.25.5) (2024-09-26)
**Note:** Version bump only for package @certd/lib-jdcloud
## [1.25.4](https://github.com/certd/certd/compare/v1.25.3...v1.25.4) (2024-09-25)
**Note:** Version bump only for package @certd/lib-jdcloud
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/lib-jdcloud",
"private": false,
"version": "1.25.4",
"version": "1.25.5",
"main": "./dist/bundle.mjs",
"module": "./dist/bundle.mjs",
"types": "./dist/d/index.d.ts",
@@ -23,9 +23,9 @@
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-register": "^6.26.0",
"rimraf": "^5.0.5",
"rollup": "^3.7.4",
"babel-register": "^6.26.0"
"rollup": "^3.7.4"
},
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
}