diff --git a/CHANGELOG.md b/CHANGELOG.md index f1becdb..27fa9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2eeadb2..8d5f339 100644 --- a/package.json +++ b/package.json @@ -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",