diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5f85d3..e1e352c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.7" + ".": "6.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9130f6a..da9c863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 6.2.0 (2024-08-13) + +Full Changelog: [v6.1.7...v6.2.0](https://github.com/Finch-API/finch-api-node/compare/v6.1.7...v6.2.0) + +### Features + +* **api:** update via SDK Studio ([#436](https://github.com/Finch-API/finch-api-node/issues/436)) ([f2f6954](https://github.com/Finch-API/finch-api-node/commit/f2f6954423427289debee78f3b42a23921e8a2d7)) + ## 6.1.7 (2024-08-12) Full Changelog: [v6.1.6...v6.1.7](https://github.com/Finch-API/finch-api-node/compare/v6.1.6...v6.1.7) diff --git a/package.json b/package.json index 9e80f08..eec4493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tryfinch/finch-api", - "version": "6.1.7", + "version": "6.2.0", "description": "The official TypeScript library for the Finch API", "author": "Finch ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index de513ac..04d2e64 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '6.1.7'; // x-release-please-version +export const VERSION = '6.2.0'; // x-release-please-version