Skip to content

Commit

Permalink
release: 2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 16, 2024
1 parent fa5cd1e commit 482d6e4
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.31.1"
".": "2.32.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.32.0 (2024-10-16)

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

### Features

* **api:** updates to required fields for ExpectedPayments ([#477](https://github.com/Modern-Treasury/modern-treasury-node/issues/477)) ([3ccc158](https://github.com/Modern-Treasury/modern-treasury-node/commit/3ccc15888ddaef7bc4c219ce0e6a883158f3bbba))

## 2.31.1 (2024-10-08)

Full Changelog: [v2.31.0...v2.31.1](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.31.0...v2.31.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.31.1",
"version": "2.32.0",
"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.31.1'; // x-release-please-version
export const VERSION = '2.32.0'; // x-release-please-version

0 comments on commit 482d6e4

Please sign in to comment.