We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b64e46 commit f0bc9b6Copy full SHA for f0bc9b6
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.6.1](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.6.0...v2.6.1) (2023-10-16)
4
+
5
6
+### Fixes
7
8
+* sync SDK to OpenAPI doc v2.6.1 ([#93](https://github.com/circlefin/circle-nodejs-sdk/issues/93)) ([3b64e46](https://github.com/circlefin/circle-nodejs-sdk/commit/3b64e4636d8aa8fc90c29adfa217179db67693da))
9
10
## [2.6.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.5.0...v2.6.0) (2023-10-10)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@circle-fin/circle-sdk",
- "version": "2.6.0",
+ "version": "2.6.1",
"description": "Node.js SDK for Circle API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments