Skip to content

Commit 6a2f0a7

Browse files
chore(release): 1.0.0-alpha.9
# [1.0.0-alpha.9](1.0.0-alpha.8...1.0.0-alpha.9) (2022-06-07) ### Bug Fixes * **mutation:** use schema names for mutations ([cbe8921](cbe8921)) * **mutation:** use schema names for mutations ([3bec593](3bec593)) ### Features * **kubernetesEngine:** add tke service ([ae097a7](ae097a7))
1 parent caeaafc commit 6a2f0a7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.0.0-alpha.9](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/compare/1.0.0-alpha.8...1.0.0-alpha.9) (2022-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **mutation:** use schema names for mutations ([cbe8921](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/cbe8921a7c7c6f9b4dd3a52180c713853dc82ee0))
7+
* **mutation:** use schema names for mutations ([3bec593](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/3bec59304a84c93176d9125bc7d0e527f88ff458))
8+
9+
10+
### Features
11+
12+
* **kubernetesEngine:** add tke service ([ae097a7](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/ae097a7575c19611ede542feadbe381f8e233051))
13+
114
# [1.0.0-alpha.8](https://github.com/cloudgraphdev/cloudgraph-provider-tencent/compare/1.0.0-alpha.7...1.0.0-alpha.8) (2022-06-06)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-tencent",
3-
"version": "1.0.0-alpha.8",
3+
"version": "1.0.0-alpha.9",
44
"description": "CloudGraph provider plugin for Tencent Cloud used to fetch Tencent Cloud data.",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)