Skip to content

Commit 5ad31dd

Browse files
release: 0.99.0
1 parent c570257 commit 5ad31dd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.98.0"
2+
".": "0.99.0"
33
}

CHANGELOG.md

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

3+
## 0.99.0 (2025-04-08)
4+
5+
Full Changelog: [v0.98.0...v0.99.0](https://github.com/lithic-com/lithic-node/compare/v0.98.0...v0.99.0)
6+
7+
### Features
8+
9+
* **api:** introduce TransactionSeries and update ShippingMethod fields ([#665](https://github.com/lithic-com/lithic-node/issues/665)) ([515ce4f](https://github.com/lithic-com/lithic-node/commit/515ce4f884a95c54fb5ee19a59f99898d0cccb5f))
10+
311
## 0.98.0 (2025-04-07)
412

513
Full Changelog: [v0.97.5...v0.98.0](https://github.com/lithic-com/lithic-node/compare/v0.97.5...v0.98.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.98.0",
3+
"version": "0.99.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.98.0'; // x-release-please-version
1+
export const VERSION = '0.99.0'; // x-release-please-version

0 commit comments

Comments
 (0)