diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4a404..30bff8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [0.23.0](https://github.com/cloudgraphdev/sdk/compare/0.22.1...0.23.0) (2023-07-18) + + +### Features + +* **api:** add errors to result interface ([6b66fce](https://github.com/cloudgraphdev/sdk/commit/6b66fcefc6a6f237ea07b8e66d5a7583191e4b2e)) + +# [0.23.0-beta.1](https://github.com/cloudgraphdev/sdk/compare/0.22.1...0.23.0-beta.1) (2023-07-18) + + +### Features + +* **api:** add errors to result interface ([6b66fce](https://github.com/cloudgraphdev/sdk/commit/6b66fcefc6a6f237ea07b8e66d5a7583191e4b2e)) + +# [0.23.0-alpha.1](https://github.com/cloudgraphdev/sdk/compare/0.22.1...0.23.0-alpha.1) (2023-07-18) + + +### Features + +* **api:** add errors to result interface ([6b66fce](https://github.com/cloudgraphdev/sdk/commit/6b66fcefc6a6f237ea07b8e66d5a7583191e4b2e)) + ## [0.22.1](https://github.com/cloudgraphdev/sdk/compare/0.22.0...0.22.1) (2022-11-25) diff --git a/package.json b/package.json index cff3029..d3f11b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudgraph/sdk", - "version": "0.22.1", + "version": "0.23.0", "description": "SDK for cloud graph providers and cli", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",