Skip to content

Commit 22197bc

Browse files
release: 0.125.0
1 parent 4d1ee57 commit 22197bc

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-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.124.0"
2+
".": "0.125.0"
33
}

CHANGELOG.md

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

3+
## 0.125.0 (2025-12-09)
4+
5+
Full Changelog: [v0.124.0...v0.125.0](https://github.com/lithic-com/lithic-node/compare/v0.124.0...v0.125.0)
6+
7+
### Features
8+
9+
* **api:** add bulk card creation APIs ([cbe8285](https://github.com/lithic-com/lithic-node/commit/cbe82854fa79d7b47a32b94fd75c37e51b347d40))
10+
* **api:** Add event_streams to auth rules APIs ([26629d1](https://github.com/lithic-com/lithic-node/commit/26629d1c35f425be70379cbab4d398bc7aaf5fdb))
11+
* **api:** add Google WPP to SDKs ([7fd2c61](https://github.com/lithic-com/lithic-node/commit/7fd2c611c7d496a0bdab898bf1b7d2ce9bde0342))
12+
* **api:** add IS_AFTER / IS_BEFORE operators to Auth Rule APIs ([7fd2c61](https://github.com/lithic-com/lithic-node/commit/7fd2c611c7d496a0bdab898bf1b7d2ce9bde0342))
13+
* **api:** Add new fee types ([26629d1](https://github.com/lithic-com/lithic-node/commit/26629d1c35f425be70379cbab4d398bc7aaf5fdb))
14+
* **api:** Add optional ach_hold_period ([26629d1](https://github.com/lithic-com/lithic-node/commit/26629d1c35f425be70379cbab4d398bc7aaf5fdb))
15+
* **api:** support event_streams in auth_rules list endpoint ([7b39654](https://github.com/lithic-com/lithic-node/commit/7b396543652adc2a8138a39be7043824bbc6ac85))
16+
17+
18+
### Bug Fixes
19+
20+
* **api:** extract several common types to reduce duplication ([cbe8285](https://github.com/lithic-com/lithic-node/commit/cbe82854fa79d7b47a32b94fd75c37e51b347d40))
21+
* **mcp:** correct code tool API endpoint ([01caa79](https://github.com/lithic-com/lithic-node/commit/01caa79422659c90e274b449ee882fdd7c04cef2))
22+
* **mcp:** return correct lines on typescript errors ([ee744e3](https://github.com/lithic-com/lithic-node/commit/ee744e3c2f84fc53b220a483334f7e4c7914f286))
23+
24+
25+
### Chores
26+
27+
* **client:** fix logger property type ([fdcf76c](https://github.com/lithic-com/lithic-node/commit/fdcf76c889a05ef505a61380814da7ec7b18080b))
28+
* **internal:** codegen related update ([c904aa8](https://github.com/lithic-com/lithic-node/commit/c904aa8b4ad89daf3435b02b52c1e10f56d534fa))
29+
* **internal:** codegen related update ([29cac70](https://github.com/lithic-com/lithic-node/commit/29cac7024024a9761e9b16d73a6d758184b2d8d1))
30+
* **internal:** upgrade eslint ([4350d98](https://github.com/lithic-com/lithic-node/commit/4350d987faf057810107110ce2fb4d8dfaa7e59a))
31+
32+
33+
### Documentation
34+
35+
* **api:** clarify error 422 for 3DS challenge response ([7fd2c61](https://github.com/lithic-com/lithic-node/commit/7fd2c611c7d496a0bdab898bf1b7d2ce9bde0342))
36+
337
## 0.124.0 (2025-11-24)
438

539
Full Changelog: [v0.112.1...v0.124.0](https://github.com/lithic-com/lithic-node/compare/v0.112.1...v0.124.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.124.0",
3+
"version": "0.125.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.124.0'; // x-release-please-version
1+
export const VERSION = '0.125.0'; // x-release-please-version

0 commit comments

Comments
 (0)