Skip to content

Commit 71bc178

Browse files
release: 0.97.2
1 parent 29769e8 commit 71bc178

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.1"
2+
".": "0.97.2"
33
}

CHANGELOG.md

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

3+
## 0.97.2 (2025-03-27)
4+
5+
Full Changelog: [v0.97.1...v0.97.2](https://github.com/lithic-com/lithic-node/compare/v0.97.1...v0.97.2)
6+
7+
### Bug Fixes
8+
9+
* **internal:** work around https://github.com/vercel/next.js/issues/76881 ([#644](https://github.com/lithic-com/lithic-node/issues/644)) ([2dd0807](https://github.com/lithic-com/lithic-node/commit/2dd0807528642ead63efd19954d5887298aef742))
10+
11+
12+
### Chores
13+
14+
* **api:** new attribute targets for Auth Rules and new Financial Account State schema ([#640](https://github.com/lithic-com/lithic-node/issues/640)) ([fd78b50](https://github.com/lithic-com/lithic-node/commit/fd78b50976f5765a23ee506e21f15db943d10a7c))
15+
* **client:** expose headers on some streaming errors ([#643](https://github.com/lithic-com/lithic-node/issues/643)) ([07b00c4](https://github.com/lithic-com/lithic-node/commit/07b00c40d231b2a50fc795a7acd5045a05143551))
16+
* fix typos ([#642](https://github.com/lithic-com/lithic-node/issues/642)) ([0236301](https://github.com/lithic-com/lithic-node/commit/023630196503bb939057c8130fda7f3fb06ff64b))
17+
* **internal:** remove workflow condition ([#649](https://github.com/lithic-com/lithic-node/issues/649)) ([517409d](https://github.com/lithic-com/lithic-node/commit/517409dd2f10b911a80a3a49b477d74c268be8b1))
18+
319
## 0.97.1 (2025-03-21)
420

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

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

0 commit comments

Comments
 (0)