Skip to content

Commit

Permalink
chore(release): 0.22.0-alpha.1
Browse files Browse the repository at this point in the history
# [0.22.0-alpha.1](0.21.1...0.22.0-alpha.1) (2022-10-04)

### Bug Fixes

* **sdk:** change type any to DocumentNode ([f85bc9c](f85bc9c))

### Features

* **sdk:** return raw schemas instead of strings ([2990e7b](2990e7b))
  • Loading branch information
autocloud-deploy-bot committed Oct 4, 2022
1 parent a199592 commit 22e9178
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.22.0-alpha.1](https://github.com/cloudgraphdev/sdk/compare/0.21.1...0.22.0-alpha.1) (2022-10-04)


### Bug Fixes

* **sdk:** change type any to DocumentNode ([f85bc9c](https://github.com/cloudgraphdev/sdk/commit/f85bc9c9ef00d81e99450c714fe1d8f8c5e27753))


### Features

* **sdk:** return raw schemas instead of strings ([2990e7b](https://github.com/cloudgraphdev/sdk/commit/2990e7b6ec6784b08ebb1c4ad8c00300ae98f520))

## [0.21.1](https://github.com/cloudgraphdev/sdk/compare/0.21.0...0.21.1) (2022-07-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudgraph/sdk",
"version": "0.21.1",
"version": "0.22.0-alpha.1",
"description": "SDK for cloud graph providers and cli",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 22e9178

Please sign in to comment.