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 e4defe3 commit 99905d0Copy full SHA for 99905d0
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [0.17.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.16.0...0.17.0) (2022-03-18)
2
+
3
4
+### Features
5
6
+* Validated null cases for isEmpty operator ([d142342](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/d142342f266595bd15318e1d10f5564180d3b835))
7
8
# [0.16.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.15.0...0.16.0) (2022-03-17)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/sdk",
- "version": "0.16.0",
+ "version": "0.17.0",
"description": "SDK for cloud graph providers and cli",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
0 commit comments