Skip to content

Commit 6d78fa3

Browse files
release: 0.98.0
1 parent 16278e5 commit 6d78fa3

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.5"
2+
".": "0.98.0"
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.98.0 (2025-04-07)
4+
5+
Full Changelog: [v0.97.5...v0.98.0](https://github.com/lithic-com/lithic-node/compare/v0.97.5...v0.98.0)
6+
7+
### Features
8+
9+
* **api:** new resend endpoint for Event Subscriptions ([#663](https://github.com/lithic-com/lithic-node/issues/663)) ([cb6fa3b](https://github.com/lithic-com/lithic-node/commit/cb6fa3b6cd1f8ef22016b65764cee038bf060bf0))
10+
11+
12+
### Chores
13+
14+
* **internal:** only run examples workflow in main repo ([#661](https://github.com/lithic-com/lithic-node/issues/661)) ([868a6b3](https://github.com/lithic-com/lithic-node/commit/868a6b33adad6074ec839f21ec9e8699be57e508))
15+
316
## 0.97.5 (2025-04-04)
417

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

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

0 commit comments

Comments
 (0)