Skip to content

Commit ce68f1d

Browse files
release: 0.132.1
1 parent ff6f34b commit ce68f1d

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.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.132.0"
2+
".": "0.132.1"
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.132.1 (2026-03-10)
4+
5+
Full Changelog: [v0.132.0...v0.132.1](https://github.com/lithic-com/lithic-node/compare/v0.132.0...v0.132.1)
6+
7+
### Features
8+
9+
* **api:** Add event_subtype to statement line items ([82db0f8](https://github.com/lithic-com/lithic-node/commit/82db0f8a69ac22f76e969e4b823edf0bdf6b7902))
10+
* **api:** add loan_tape_date field to statement line items ([a3995b6](https://github.com/lithic-com/lithic-node/commit/a3995b63bb7e002ff75d394a46f0019016a835ba))
11+
12+
13+
### Chores
14+
15+
* **ci:** updating publishing method ([02b0749](https://github.com/lithic-com/lithic-node/commit/02b0749de158843219bf095b34a5b5b1adb14a7d))
16+
317
## 0.132.0 (2026-03-10)
418

519
Full Changelog: [v0.131.0...v0.132.0](https://github.com/lithic-com/lithic-node/compare/v0.131.0...v0.132.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.132.0",
3+
"version": "0.132.1",
44
"description": "The official TypeScript library for the Lithic API",
55
"author": "Lithic <sdk-feedback@lithic.com>",
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.132.0'; // x-release-please-version
1+
export const VERSION = '0.132.1'; // x-release-please-version

0 commit comments

Comments
 (0)