We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95de1a commit 4f771a6Copy full SHA for 4f771a6
CHANGELOG.md
@@ -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
8
# [0.14.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.13.1...0.14.0) (2022-02-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/sdk",
- "version": "0.14.0",
+ "version": "0.14.1",
"description": "SDK for cloud graph providers and cli",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
0 commit comments