Skip to content

Commit ab0697b

Browse files
release: 0.97.3
1 parent 690424b commit ab0697b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.97.2"
2+
".": "0.97.3"
33
}

CHANGELOG.md

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

3+
## 0.97.3 (2025-04-02)
4+
5+
Full Changelog: [v0.97.2...v0.97.3](https://github.com/lithic-com/lithic-node/compare/v0.97.2...v0.97.3)
6+
7+
### Bug Fixes
8+
9+
* **client:** send `X-Stainless-Timeout` in seconds ([#652](https://github.com/lithic-com/lithic-node/issues/652)) ([57013d2](https://github.com/lithic-com/lithic-node/commit/57013d2248304cfb4ba92c2f1827d7bb5d01e319))
10+
11+
12+
### Chores
13+
14+
* internal codegen changes ([c0d866d](https://github.com/lithic-com/lithic-node/commit/c0d866d4189f76a437b45542cde92e0b3b695a40))
15+
* internal codegen changes ([f25f411](https://github.com/lithic-com/lithic-node/commit/f25f41153f55e4598cf2b6b2354824966b206ccd))
16+
317
## 0.97.2 (2025-03-27)
418

519
Full Changelog: [v0.97.1...v0.97.2](https://github.com/lithic-com/lithic-node/compare/v0.97.1...v0.97.2)

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.97.2",
3+
"version": "0.97.3",
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.97.2'; // x-release-please-version
1+
export const VERSION = '0.97.3'; // x-release-please-version

0 commit comments

Comments
 (0)