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 456bc59 commit 63a0287Copy full SHA for 63a0287
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [0.20.0-alpha.2](https://github.com/cloudgraphdev/sdk/compare/0.20.0-alpha.1...0.20.0-alpha.2) (2022-06-09)
2
+
3
4
+### Features
5
6
+* Added util function to generate unique ids ([8d8fc11](https://github.com/cloudgraphdev/sdk/commit/8d8fc11e0a1678ce47ce0f32f296009de253b8da))
7
8
# [0.20.0-alpha.1](https://github.com/cloudgraphdev/sdk/compare/0.19.0...0.20.0-alpha.1) (2022-05-11)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/sdk",
- "version": "0.20.0-alpha.1",
+ "version": "0.20.0-alpha.2",
"description": "SDK for cloud graph providers and cli",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
0 commit comments