From 0241ad27d75ce200172723e90ef75384c5e255ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:46:36 -0500 Subject: [PATCH] chore(master): release 2.7.1 (#105) :robot: I have created a release *beep* *boop* --- ## [2.7.1](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.7.0...v2.7.1) (2024-02-27) ### Fixes * sync SDK to OpenAPI doc v2.7.1 ([#104](https://github.com/circlefin/circle-nodejs-sdk/issues/104)) ([4a85d7f](https://github.com/circlefin/circle-nodejs-sdk/commit/4a85d7ffe7c1e6b9e74cf15892b55a481f8c49d0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d6238..a806b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.1](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.7.0...v2.7.1) (2024-02-27) + + +### Fixes + +* sync SDK to OpenAPI doc v2.7.1 ([#104](https://github.com/circlefin/circle-nodejs-sdk/issues/104)) ([4a85d7f](https://github.com/circlefin/circle-nodejs-sdk/commit/4a85d7ffe7c1e6b9e74cf15892b55a481f8c49d0)) + ## [2.7.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.6.2...v2.7.0) (2024-02-16) diff --git a/package.json b/package.json index aae280d..50e4fea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@circle-fin/circle-sdk", - "version": "2.7.0", + "version": "2.7.1", "description": "Node.js SDK for Circle API", "main": "dist/index.js", "types": "dist/index.d.ts",