Skip to content

Commit

Permalink
release: 2.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 22, 2025
1 parent a200790 commit 132a90e
Show file tree
Hide file tree
Showing 4 changed files with 18 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.33.1"
".": "2.33.2"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.33.2 (2025-01-22)

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

### Chores

* **api:** adds new APIs for LedgerAccountSettlement LedgerEntries ([#518](https://github.com/Modern-Treasury/modern-treasury-node/issues/518)) ([a519519](https://github.com/Modern-Treasury/modern-treasury-node/commit/a51951958e4d05391aec25ecfc11bd22a0d86abf))
* **internal:** add test ([#515](https://github.com/Modern-Treasury/modern-treasury-node/issues/515)) ([c8b598a](https://github.com/Modern-Treasury/modern-treasury-node/commit/c8b598a3dd5f37f157f437b51331a06cce42d525))
* **types:** add `| undefined` to client options properties ([#513](https://github.com/Modern-Treasury/modern-treasury-node/issues/513)) ([17d306a](https://github.com/Modern-Treasury/modern-treasury-node/commit/17d306aa0c75b787ea899a84f1a70eb7654615c7))


### Documentation

* update deprecation messages ([#517](https://github.com/Modern-Treasury/modern-treasury-node/issues/517)) ([52f370e](https://github.com/Modern-Treasury/modern-treasury-node/commit/52f370e8e1b758a6372f5297f3be4fd25d49be1c))

## 2.33.1 (2025-01-08)

Full Changelog: [v2.33.0...v2.33.1](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.33.0...v2.33.1)
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.33.1",
"version": "2.33.2",
"description": "The official TypeScript library for the Modern Treasury API",
"author": "Modern Treasury <[email protected]>",
"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.33.1'; // x-release-please-version
export const VERSION = '2.33.2'; // x-release-please-version

0 comments on commit 132a90e

Please sign in to comment.