From cc3c9256ebbdc889e5fe0d0e6526b454edd61c75 Mon Sep 17 00:00:00 2001 From: autocloud-deploy-bot Date: Tue, 18 Jul 2023 20:17:09 +0000 Subject: [PATCH 1/3] chore(release): 0.23.0-alpha.1 # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4a404..db11bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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..19c7040 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudgraph/sdk", - "version": "0.22.1", + "version": "0.23.0-alpha.1", "description": "SDK for cloud graph providers and cli", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", From e30fc4693ed1d1af4a3015798db6a9415bb00db1 Mon Sep 17 00:00:00 2001 From: autocloud-deploy-bot Date: Tue, 18 Jul 2023 20:20:17 +0000 Subject: [PATCH 2/3] chore(release): 0.23.0-beta.1 # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db11bec..f9fe49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) diff --git a/package.json b/package.json index 19c7040..302b5b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudgraph/sdk", - "version": "0.23.0-alpha.1", + "version": "0.23.0-beta.1", "description": "SDK for cloud graph providers and cli", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", From 7426aa1409087ebe2c7a990e0e2bc1a08e329ea7 Mon Sep 17 00:00:00 2001 From: autocloud-deploy-bot Date: Tue, 18 Jul 2023 20:22:23 +0000 Subject: [PATCH 3/3] chore(release): 0.23.0 # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fe49c..30bff8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) diff --git a/package.json b/package.json index 302b5b6..d3f11b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudgraph/sdk", - "version": "0.23.0-beta.1", + "version": "0.23.0", "description": "SDK for cloud graph providers and cli", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",