Skip to content

Commit 62d9780

Browse files
release: 0.97.1
1 parent dd796c3 commit 62d9780

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.0"
2+
".": "0.97.1"
33
}

CHANGELOG.md

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

3+
## 0.97.1 (2025-03-21)
4+
5+
Full Changelog: [v0.97.0...v0.97.1](https://github.com/lithic-com/lithic-node/compare/v0.97.0...v0.97.1)
6+
7+
### Bug Fixes
8+
9+
* avoid type error in certain environments ([#639](https://github.com/lithic-com/lithic-node/issues/639)) ([b992784](https://github.com/lithic-com/lithic-node/commit/b992784b405cd6e153a17dc5126ada6ec294dc3c))
10+
11+
12+
### Chores
13+
14+
* **exports:** cleaner resource index imports ([#637](https://github.com/lithic-com/lithic-node/issues/637)) ([7b6a63e](https://github.com/lithic-com/lithic-node/commit/7b6a63e589a98a742915f8028ef458e2c65aed0a))
15+
* **exports:** stop using path fallbacks ([#638](https://github.com/lithic-com/lithic-node/issues/638)) ([35e5671](https://github.com/lithic-com/lithic-node/commit/35e5671d98207bc282e9ad7cbf5a8f0a14bd026a))
16+
* **internal:** update .stats.yml ([#635](https://github.com/lithic-com/lithic-node/issues/635)) ([4fc9697](https://github.com/lithic-com/lithic-node/commit/4fc96973ebb844606cc64e080931505ed4d44ea4))
17+
318
## 0.97.0 (2025-03-18)
419

520
Full Changelog: [v0.96.1...v0.97.0](https://github.com/lithic-com/lithic-node/compare/v0.96.1...v0.97.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.97.0",
3+
"version": "0.97.1",
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.0'; // x-release-please-version
1+
export const VERSION = '0.97.1'; // x-release-please-version

0 commit comments

Comments
 (0)