Skip to content

Commit 8176066

Browse files
release: 0.114.0
1 parent 7e5f46f commit 8176066

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.113.0"
2+
".": "0.114.0"
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.114.0 (2025-08-18)
4+
5+
Full Changelog: [v0.113.0...v0.114.0](https://github.com/lithic-com/lithic-node/compare/v0.113.0...v0.114.0)
6+
7+
### Features
8+
9+
* **api:** adds Event types for additional API resources ([0058158](https://github.com/lithic-com/lithic-node/commit/0058158941a4fd8e35dc42252b0bc31d3da685bf))
10+
11+
12+
### Chores
13+
14+
* **deps:** update dependency node-fetch to v2.6.13 ([49193e6](https://github.com/lithic-com/lithic-node/commit/49193e652e03af313eabc1b835a38a895177a7cf))
15+
* **internal:** formatting change ([16746b6](https://github.com/lithic-com/lithic-node/commit/16746b6dde99ca079ec5054a30c3f973f5709ce7))
16+
317
## 0.113.0 (2025-08-13)
418

519
Full Changelog: [v0.112.1...v0.113.0](https://github.com/lithic-com/lithic-node/compare/v0.112.1...v0.113.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.113.0",
3+
"version": "0.114.0",
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.113.0'; // x-release-please-version
1+
export const VERSION = '0.114.0'; // x-release-please-version

0 commit comments

Comments
 (0)