This commit is contained in:
xiaojunnuo
2024-11-08 23:50:14 +08:00
parent 7bd40c94c7
commit 3a0178b294
24 changed files with 143 additions and 60 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.27.2](https://github.com/certd/certd/compare/v1.27.1...v1.27.2) (2024-11-08)
**Note:** Version bump only for package @certd/lib-huawei
## [1.27.1](https://github.com/certd/certd/compare/v1.27.0...v1.27.1) (2024-11-04)
**Note:** Version bump only for package @certd/lib-huawei
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/lib-huawei",
"private": false,
"version": "1.27.1",
"version": "1.27.2",
"main": "./dist/bundle.js",
"module": "./dist/bundle.js",
"types": "./dist/d/index.d.ts",
@@ -18,8 +18,8 @@
"rollup": "^3.7.4"
},
"devDependencies": {
"tslib": "^2.8.1",
"prettier": "^2.8.8"
"prettier": "^2.8.8",
"tslib": "^2.8.1"
},
"gitHead": "1d8515bce0b3ce5ece84db53ca57cfbd0c3f4d5a"
}