Skip to content

Commit

Permalink
chore(release): 0.23.0
Browse files Browse the repository at this point in the history
# [0.23.0](0.22.1...0.23.0) (2023-07-18)

### Features

* **api:** add errors to result interface ([6b66fce](6b66fce))
  • Loading branch information
autocloud-deploy-bot committed Jul 18, 2023
1 parent b1d3b17 commit 7426aa1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.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",
Expand Down

0 comments on commit 7426aa1

Please sign in to comment.