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 12, 2024
1 parent 530915a commit 0880268
Show file tree
Hide file tree
Showing 4 changed files with 17 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"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.21.1 (2024-04-12)

Full Changelog: [v2.21.0...v2.21.1](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.21.0...v2.21.1)

### Chores

* **internal:** formatting ([#381](https://github.com/Modern-Treasury/modern-treasury-node/issues/381)) ([530915a](https://github.com/Modern-Treasury/modern-treasury-node/commit/530915a8a9f3db1452363561ddf89e741d8df393))
* **internal:** update gitignore ([#380](https://github.com/Modern-Treasury/modern-treasury-node/issues/380)) ([a8519b7](https://github.com/Modern-Treasury/modern-treasury-node/commit/a8519b7b0363196407b316fdb43313fa16261e98))


### 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 0880268

Please sign in to comment.