File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed
Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.90.0 "
2+ "." : " 0.90.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.90.1 (2025-01-08)
4+
5+ Full Changelog: [ v0.90.0...v0.90.1] ( https://github.com/lithic-com/lithic-node/compare/v0.90.0...v0.90.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** normalize method ([ #589 ] ( https://github.com/lithic-com/lithic-node/issues/589 ) ) ([ 4db0108] ( https://github.com/lithic-com/lithic-node/commit/4db0108ea4b53646997f17751734367b140f9a95 ) )
10+
11+
12+ ### Chores
13+
14+ * bump license year ([ #592 ] ( https://github.com/lithic-com/lithic-node/issues/592 ) ) ([ 5d71f77] ( https://github.com/lithic-com/lithic-node/commit/5d71f774418efb513bc9c6f4186490be098d210d ) )
15+ * ** internal:** change formatting ([ #596 ] ( https://github.com/lithic-com/lithic-node/issues/596 ) ) ([ 893a5c8] ( https://github.com/lithic-com/lithic-node/commit/893a5c8336bed9f84493f3d8e88f789691fce75c ) )
16+ * ** internal:** update examples ([ #594 ] ( https://github.com/lithic-com/lithic-node/issues/594 ) ) ([ c9c7542] ( https://github.com/lithic-com/lithic-node/commit/c9c75425124d4dd28091db3c8a5a11590bf04529 ) )
17+ * ** types:** use ` declare namespace ` ([ #593 ] ( https://github.com/lithic-com/lithic-node/issues/593 ) ) ([ 148afbe] ( https://github.com/lithic-com/lithic-node/commit/148afbed5601a99c583fbf5756e5fe528ae128ae ) )
18+
19+
20+ ### Documentation
21+
22+ * minor formatting changes ([ #591 ] ( https://github.com/lithic-com/lithic-node/issues/591 ) ) ([ 53b3895] ( https://github.com/lithic-com/lithic-node/commit/53b3895d2e4bfdd11cf93ffddbca521fa4384741 ) )
23+ * ** readme:** fix misplaced period ([ #595 ] ( https://github.com/lithic-com/lithic-node/issues/595 ) ) ([ bc96dd1] ( https://github.com/lithic-com/lithic-node/commit/bc96dd1f2472488ac410d196437cc1be9c95f271 ) )
24+
325## 0.90.0 (2024-12-18)
426
527Full Changelog: [ v0.89.0...v0.90.0] ( https://github.com/lithic-com/lithic-node/compare/v0.89.0...v0.90.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " lithic" ,
3- "version" : " 0.90.0 " ,
3+ "version" : " 0.90.1 " ,
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.90.0 ' ; // x-release-please-version
1+ export const VERSION = '0.90.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments