This commit is contained in:
xiaojunnuo
2024-03-22 01:26:41 +08:00
parent f84dc771c4
commit feb7bfc724
28 changed files with 153 additions and 64 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.20.6](https://github.com/certd/certd/compare/v1.20.5...v1.20.6) (2024-03-21)
### Performance Improvements
* 插件贡献文档及示例 ([72fb20a](https://github.com/certd/certd/commit/72fb20abf3ba5bdd862575d2907703a52fd7eb17))
## [1.20.5](https://github.com/certd/certd/compare/v1.20.2...v1.20.5) (2024-03-11)
### Bug Fixes

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-builder",
"private": false,
"version": "1.20.5",
"version": "1.20.6",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -17,12 +17,11 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.20.5",
"@certd/plugin-cert": "^1.20.5",
"@certd/plugin-util": "^1.20.5"
"@certd/pipeline": "^1.20.6",
"@certd/plugin-cert": "^1.20.6",
"@certd/plugin-util": "^1.20.6"
},
"devDependencies": {
"prettier": "^2.8.8",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",