Skip to content

Commit ec7f51e

Browse files
release: 0.126.0
1 parent 9b306ae commit ec7f51e

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.125.0"
2+
".": "0.126.0"
33
}

CHANGELOG.md

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

3+
## 0.126.0 (2025-12-11)
4+
5+
Full Changelog: [v0.125.0...v0.126.0](https://github.com/lithic-com/lithic-node/compare/v0.125.0...v0.126.0)
6+
7+
### Features
8+
9+
* **api:** add webhook schemas to SDKs - add parse and parse_unsafe ([0722f58](https://github.com/lithic-com/lithic-node/commit/0722f581ee010030b4d30f277658811a8279779c))
10+
11+
12+
### Chores
13+
14+
* remove some unnecessary custom code ([878587c](https://github.com/lithic-com/lithic-node/commit/878587c4e1e90f9ff812845ba61b20309890be0b))
15+
* replace custom webhook signature verification with standardwebhooks ([0722f58](https://github.com/lithic-com/lithic-node/commit/0722f581ee010030b4d30f277658811a8279779c))
16+
17+
18+
### Documentation
19+
20+
* update webhooks section in readme ([5548a43](https://github.com/lithic-com/lithic-node/commit/5548a43ab7e079ae601b5ea6ac0e43c3e6caf13d))
21+
* update webhooks section in readme ([63639e0](https://github.com/lithic-com/lithic-node/commit/63639e09b4c88261f1fdf96f7d966185b9f6993a))
22+
323
## 0.125.0 (2025-12-09)
424

525
Full Changelog: [v0.124.0...v0.125.0](https://github.com/lithic-com/lithic-node/compare/v0.124.0...v0.125.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.125.0",
3+
"version": "0.126.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.125.0'; // x-release-please-version
1+
export const VERSION = '0.126.0'; // x-release-please-version

0 commit comments

Comments
 (0)