Skip to content

Commit f304dcb

Browse files
release: 2.33.2
1 parent c8b598a commit f304dcb

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.33.1"
2+
".": "2.33.2"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.33.2 (2025-01-20)
4+
5+
Full Changelog: [v2.33.1...v2.33.2](https://github.com/Modern-Treasury/modern-treasury-node/compare/v2.33.1...v2.33.2)
6+
7+
### Chores
8+
9+
* **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))
10+
* **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))
11+
312
## 2.33.1 (2025-01-08)
413

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modern-treasury",
3-
"version": "2.33.1",
3+
"version": "2.33.2",
44
"description": "The official TypeScript library for the Modern Treasury API",
55
"author": "Modern Treasury <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.33.1'; // x-release-please-version
1+
export const VERSION = '2.33.2'; // x-release-please-version

0 commit comments

Comments
 (0)