mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
v1.0.1
This commit is contained in:
8
packages/plugins/plugin-tencent/CHANGELOG.md
Normal file
8
packages/plugins/plugin-tencent/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24)
|
||||
|
||||
**Note:** Version bump only for package @certd/plugin-tencent
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@certd/plugin-tencent",
|
||||
"private": false,
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"main": "./src/index.ts",
|
||||
"module": "./src/index.ts",
|
||||
"types": "./src/index.ts",
|
||||
@@ -16,9 +16,9 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@certd/pipeline": "^1.0.0",
|
||||
"@certd/plugin-cert": "^1.0.0",
|
||||
"@certd/plugin-util": "^1.0.0",
|
||||
"@certd/pipeline": "^1.0.1",
|
||||
"@certd/plugin-cert": "^1.0.1",
|
||||
"@certd/plugin-util": "^1.0.1",
|
||||
"tencentcloud-sdk-nodejs": "^4.0.44"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user