Skip to content

Commit

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

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

### Bug Fixes

* **client:** normalize method ([#508](https://github.com/Modern-Treasury/modern-treasury-node/issues/508)) ([581ec3c](https://github.com/Modern-Treasury/modern-treasury-node/commit/581ec3cea79ed4f60dbfc8e0088c576f027ceee7))


### Chores

* bump license year ([#511](https://github.com/Modern-Treasury/modern-treasury-node/issues/511)) ([f1eb70d](https://github.com/Modern-Treasury/modern-treasury-node/commit/f1eb70d73831561f1fdea7d602ac70e1e32a166e))


### Documentation

* minor formatting changes ([#510](https://github.com/Modern-Treasury/modern-treasury-node/issues/510)) ([ae2187e](https://github.com/Modern-Treasury/modern-treasury-node/commit/ae2187ec952e5c24feaf8a0fd2bd5f78ab09c8b3))
* **readme:** fix misplaced period ([#512](https://github.com/Modern-Treasury/modern-treasury-node/issues/512)) ([338b1e0](https://github.com/Modern-Treasury/modern-treasury-node/commit/338b1e0c01ef3c67a661d23d5b9cc5f8717fb314))

## 2.33.0 (2024-12-17)

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

0 comments on commit ae3a38a

Please sign in to comment.