diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02bd31d..786447b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.21.0" + ".": "2.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b83c80..c393a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.21.1 (2024-04-10) + +Full Changelog: [v2.21.0...v2.21.1](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.21.0...v2.21.1) + +### Documentation + +* **examples:** use counterparties in snippets ([#378](https://github.com/Modern-Treasury/modern-treasury-node/issues/378)) ([a24994c](https://github.com/Modern-Treasury/modern-treasury-node/commit/a24994cb220a7a423fff9178429dd35b13c4eb53)) + ## 2.21.0 (2024-04-04) Full Changelog: [v2.20.0...v2.21.0](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.20.0...v2.21.0) diff --git a/package.json b/package.json index d75faa1..e175cf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modern-treasury", - "version": "2.21.0", + "version": "2.21.1", "description": "The official TypeScript library for the Modern Treasury API", "author": "Modern Treasury ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index b6e0af9..390e76c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.21.0'; // x-release-please-version +export const VERSION = '2.21.1'; // x-release-please-version