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 cf8c1b1 commit cd01aa3Copy full SHA for cd01aa3
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.21.1](https://github.com/cloudgraphdev/sdk/compare/0.21.0...0.21.1) (2022-07-12)
2
+
3
4
+### Bug Fixes
5
6
+* Added validations for null arrays ([32ad697](https://github.com/cloudgraphdev/sdk/commit/32ad697c8206590e4b036d34dea678c8992610b6))
7
8
## [0.21.1-beta.1](https://github.com/cloudgraphdev/sdk/compare/0.21.0...0.21.1-beta.1) (2022-07-12)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/sdk",
- "version": "0.21.1-beta.1",
+ "version": "0.21.1",
"description": "SDK for cloud graph providers and cli",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
0 commit comments