Skip to content

Commit 6f4926e

Browse files
chore(release): 0.22.0-beta.1
# [0.22.0-beta.1](0.21.1...0.22.0-beta.1) (2022-10-04) ### Bug Fixes * **sdk:** change type any to DocumentNode ([f85bc9c](f85bc9c)) ### Features * **sdk:** return raw schemas instead of strings ([2990e7b](2990e7b))
1 parent e42c43c commit 6f4926e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.22.0-beta.1](https://github.com/cloudgraphdev/sdk/compare/0.21.1...0.22.0-beta.1) (2022-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **sdk:** change type any to DocumentNode ([f85bc9c](https://github.com/cloudgraphdev/sdk/commit/f85bc9c9ef00d81e99450c714fe1d8f8c5e27753))
7+
8+
9+
### Features
10+
11+
* **sdk:** return raw schemas instead of strings ([2990e7b](https://github.com/cloudgraphdev/sdk/commit/2990e7b6ec6784b08ebb1c4ad8c00300ae98f520))
12+
113
# [0.22.0-alpha.1](https://github.com/cloudgraphdev/sdk/compare/0.21.1...0.22.0-alpha.1) (2022-10-04)
214

315

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.22.0-alpha.1",
3+
"version": "0.22.0-beta.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)