Skip to content

Commit f5da90b

Browse files
release: 0.122.0
1 parent 7b01b7e commit f5da90b

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.121.0"
2+
".": "0.122.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.122.0 (2025-11-13)
4+
5+
Full Changelog: [v0.121.0...v0.122.0](https://github.com/lithic-com/lithic-node/compare/v0.121.0...v0.122.0)
6+
7+
### Features
8+
9+
* **api:** add disputes V2 endpoints ([5533a47](https://github.com/lithic-com/lithic-node/commit/5533a477b97ed6f7ad9888c19587df93c958a358))
10+
* **api:** add return payment method ([5533a47](https://github.com/lithic-com/lithic-node/commit/5533a477b97ed6f7ad9888c19587df93c958a358))
11+
* **api:** add Tokenization and ACH Rules ([5533a47](https://github.com/lithic-com/lithic-node/commit/5533a477b97ed6f7ad9888c19587df93c958a358))
12+
* **api:** add unpause external_bank_accounts API method ([5533a47](https://github.com/lithic-com/lithic-node/commit/5533a477b97ed6f7ad9888c19587df93c958a358))
13+
* **api:** extract some common schemas into models ([5533a47](https://github.com/lithic-com/lithic-node/commit/5533a477b97ed6f7ad9888c19587df93c958a358))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** change allowed phone number length from 18 to 16 ([5533a47](https://github.com/lithic-com/lithic-node/commit/5533a477b97ed6f7ad9888c19587df93c958a358))
19+
* **api:** mark certain optional fields as nullable ([5533a47](https://github.com/lithic-com/lithic-node/commit/5533a477b97ed6f7ad9888c19587df93c958a358))
20+
321
## 0.121.0 (2025-11-11)
422

523
Full Changelog: [v0.120.0...v0.121.0](https://github.com/lithic-com/lithic-node/compare/v0.120.0...v0.121.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lithic",
3-
"version": "0.121.0",
3+
"version": "0.122.0",
44
"description": "The official TypeScript library for the Lithic API",
55
"author": "Lithic <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.121.0'; // x-release-please-version
1+
export const VERSION = '0.122.0'; // x-release-please-version

0 commit comments

Comments
 (0)