Skip to content

Commit 4f771a6

Browse files
author
AutoCloud Deploy Bot
committed
chore(release): 0.14.1
## [0.14.1](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.14.0...0.14.1) (2022-02-22) ### Bug Fixes * Fixed exception to execute undefined arrays ([02183cc](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/02183cca465839ee1609b17c2dc7d746c03fa701))
1 parent e95de1a commit 4f771a6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.14.1](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.14.0...0.14.1) (2022-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed exception to execute undefined arrays ([02183cc](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/02183cca465839ee1609b17c2dc7d746c03fa701))
7+
18
# [0.14.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.13.1...0.14.0) (2022-02-10)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/sdk",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "SDK for cloud graph providers and cli",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)