Skip to content

Commit 2cb5385

Browse files
release: 0.97.4
1 parent 29e9e4e commit 2cb5385

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.3"
2+
".": "0.97.4"
33
}

CHANGELOG.md

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

3+
## 0.97.4 (2025-04-03)
4+
5+
Full Changelog: [v0.97.3...v0.97.4](https://github.com/lithic-com/lithic-node/compare/v0.97.3...v0.97.4)
6+
7+
### Bug Fixes
8+
9+
* **api:** improve type resolution when importing as a package ([#656](https://github.com/lithic-com/lithic-node/issues/656)) ([ba46854](https://github.com/lithic-com/lithic-node/commit/ba468549326405246627fb874acd34181f32236e))
10+
11+
12+
### Chores
13+
14+
* **internal:** add aliases for Record and Array ([#654](https://github.com/lithic-com/lithic-node/issues/654)) ([2172c3f](https://github.com/lithic-com/lithic-node/commit/2172c3f30c7c1b0ac2f39ad8081675b4d26e107c))
15+
316
## 0.97.3 (2025-04-02)
417

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

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

0 commit comments

Comments
 (0)