File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.125 .0"
2+ "." : " 0.126 .0"
33}
Original file line number Diff line number Diff line change 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
525Full Changelog: [ v0.124.0...v0.125.0] ( https://github.com/lithic-com/lithic-node/compare/v0.124.0...v0.125.0 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.125 .0' ; // x-release-please-version
1+ export const VERSION = '0.126 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments