Skip to content

Commit

Permalink
chore(master): release 2.0.0 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 25, 2023
1 parent 254a9a8 commit 0e486b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v1.7.0...v2.0.0) (2023-04-25)


### ⚠ BREAKING CHANGES

* sync SDK to OpenAPI doc v2.0.0 ([#73](https://github.com/circlefin/circle-nodejs-sdk/issues/73))

### New Features

* sync SDK to OpenAPI doc v2.0.0 ([#73](https://github.com/circlefin/circle-nodejs-sdk/issues/73)) ([254a9a8](https://github.com/circlefin/circle-nodejs-sdk/commit/254a9a83cc5e8fcc67b72605838c2b67e3b089ce))

## [1.7.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v1.6.2...v1.7.0) (2023-04-05)


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": "@circle-fin/circle-sdk",
"version": "1.7.0",
"version": "2.0.0",
"description": "Node.js SDK for Circle API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0e486b5

Please sign in to comment.