Skip to content

Commit 71e1d19

Browse files
chore(release): 0.20.0-alpha.1
# [0.20.0-alpha.1](0.19.0...0.20.0-alpha.1) (2022-05-11) ### Features * Adding utils to generate mutations dynamically ([c1d6fa3](c1d6fa3))
1 parent 6c26456 commit 71e1d19

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.20.0-alpha.1](https://github.com/cloudgraphdev/sdk/compare/0.19.0...0.20.0-alpha.1) (2022-05-11)
2+
3+
4+
### Features
5+
6+
* Adding utils to generate mutations dynamically ([c1d6fa3](https://github.com/cloudgraphdev/sdk/commit/c1d6fa3d2dec99bc25d9454b0c7801340650cffe))
7+
18
# [0.19.0](https://github.com/cloudgraphdev/sdk/compare/0.18.1...0.19.0) (2022-05-02)
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.19.0",
3+
"version": "0.20.0-alpha.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)