Skip to content

Commit 53a1f74

Browse files
release: 0.121.0
1 parent e085950 commit 53a1f74

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-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.120.0"
2+
".": "0.121.0"
33
}

CHANGELOG.md

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

3+
## 0.121.0 (2025-11-11)
4+
5+
Full Changelog: [v0.120.0...v0.121.0](https://github.com/lithic-com/lithic-node/compare/v0.120.0...v0.121.0)
6+
7+
### Features
8+
9+
* **api:** add payment_details ([ae08bf9](https://github.com/lithic-com/lithic-node/commit/ae08bf92da67135df7932c1816c19a35f7ebf44a))
10+
* **api:** deprecate auth rule apply endpoint and fix several schemas ([121d5f4](https://github.com/lithic-com/lithic-node/commit/121d5f4fb50e81ad30a487e4159bd24d3d31d989))
11+
* **api:** new fields in Statements APIs ([33a4e87](https://github.com/lithic-com/lithic-node/commit/33a4e87d0af4b7e49f0ac945a4e28097c0cf0296))
12+
* **api:** re-add rules metadata to tokenization events ([6441a18](https://github.com/lithic-com/lithic-node/commit/6441a182c45e95012400f41013f99cca73af2ebb))
13+
* **api:** remove deprecated fields from Cardholder Authentication object ([6441a18](https://github.com/lithic-com/lithic-node/commit/6441a182c45e95012400f41013f99cca73af2ebb))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** adjust Auth Rules spec for better SDK structure ([6441a18](https://github.com/lithic-com/lithic-node/commit/6441a182c45e95012400f41013f99cca73af2ebb))
19+
* **api:** fix oneOf -> anyOf in account holder update ([ae08bf9](https://github.com/lithic-com/lithic-node/commit/ae08bf92da67135df7932c1816c19a35f7ebf44a))
20+
* **api:** fixing spec for Tokenizations and Enhanced data ([33a4e87](https://github.com/lithic-com/lithic-node/commit/33a4e87d0af4b7e49f0ac945a4e28097c0cf0296))
21+
22+
23+
### Chores
24+
25+
* **api:** adds support for new ACH_RECEIPT_RELEASED event ([0fa4c03](https://github.com/lithic-com/lithic-node/commit/0fa4c032819548755256ea6572f7b65ee6d8ede6))
26+
327
## 0.120.0 (2025-10-23)
428

529
Full Changelog: [v0.119.0...v0.120.0](https://github.com/lithic-com/lithic-node/compare/v0.119.0...v0.120.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.120.0",
3+
"version": "0.121.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.120.0'; // x-release-please-version
1+
export const VERSION = '0.121.0'; // x-release-please-version

0 commit comments

Comments
 (0)