Skip to content

Commit

Permalink
release: 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Apr 10, 2024
1 parent a24994c commit 961eb39
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.21.0"
".": "2.21.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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": "modern-treasury",
"version": "2.21.0",
"version": "2.21.1",
"description": "The official TypeScript library for the Modern Treasury API",
"author": "Modern Treasury <sdk-feedback@moderntreasury.com>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.21.0'; // x-release-please-version
export const VERSION = '2.21.1'; // x-release-please-version

0 comments on commit 961eb39

Please sign in to comment.