Skip to content

Commit 00b448d

Browse files
chore(release): 0.21.0-alpha.2
# [0.21.0-alpha.2](0.21.0-alpha.1...0.21.0-alpha.2) (2022-06-30) ### Bug Fixes * adapt CLI to pass data instead of queries ([dbaa7ce](dbaa7ce)) ### Features * adapt CLI to pass data instead of queries ([1d73587](1d73587)) * Move getLinkedData method to utils folder ([171d937](171d937)) * remove unused storageEngine param ([a9a4ccb](a9a4ccb))
1 parent f347172 commit 00b448d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.21.0-alpha.2](https://github.com/cloudgraphdev/sdk/compare/0.21.0-alpha.1...0.21.0-alpha.2) (2022-06-30)
2+
3+
4+
### Bug Fixes
5+
6+
* adapt CLI to pass data instead of queries ([dbaa7ce](https://github.com/cloudgraphdev/sdk/commit/dbaa7ced67870863792cedaaf80b965c6d11cbf0))
7+
8+
9+
### Features
10+
11+
* adapt CLI to pass data instead of queries ([1d73587](https://github.com/cloudgraphdev/sdk/commit/1d735872a6703e3880b26df8ee8d33982d56c3f1))
12+
* Move getLinkedData method to utils folder ([171d937](https://github.com/cloudgraphdev/sdk/commit/171d937ba7d4f1b6b9c0f878bd58288724ba138e))
13+
* remove unused storageEngine param ([a9a4ccb](https://github.com/cloudgraphdev/sdk/commit/a9a4ccb3613e7cf3dbc08a1e74bddef9d082fbc4))
14+
115
# [0.21.0-alpha.1](https://github.com/cloudgraphdev/sdk/compare/0.20.0...0.21.0-alpha.1) (2022-06-29)
216

317

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.21.0-alpha.1",
3+
"version": "0.21.0-alpha.2",
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)