Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.5
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.5](1.0.0-alpha.4...1.0.0-alpha.5) (2022-05-26)

### Features

* **networkAcl:** add networkAcl service ([3665d1e](3665d1e))
* **securityGroup:** add security group service ([5be1232](5be1232))
* **securityGroupRule:** add securityGroupRule service ([c436eb8](c436eb8))
  • Loading branch information
autocloud-deploy-bot committed May 26, 2022
1 parent d628f10 commit 50e31a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.0.0-alpha.5](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2022-05-26)


### Features

* **networkAcl:** add networkAcl service ([3665d1e](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/3665d1e14782040d601152a252bd889e64fdef98))
* **securityGroup:** add security group service ([5be1232](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/5be123281dca7d37e29e91617f03ece3b6a2b07c))
* **securityGroupRule:** add securityGroupRule service ([c436eb8](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/commit/c436eb8a15269f6738527a415421638f22e95193))

# [1.0.0-alpha.4](/~https://github.com/cloudgraphdev/cloudgraph-provider-tencent/compare/1.0.0-alpha.3...1.0.0-alpha.4) (2022-05-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/cg-provider-tencent",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "CloudGraph provider plugin for Tencent Cloud used to fetch Tencent Cloud data.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 50e31a2

Please sign in to comment.