Skip to content

Commit 6ef95fe

Browse files
release: 0.100.0
1 parent 55e7887 commit 6ef95fe

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.99.0"
2+
".": "0.100.0"
33
}

CHANGELOG.md

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

3+
## 0.100.0 (2025-04-09)
4+
5+
Full Changelog: [v0.99.0...v0.100.0](https://github.com/lithic-com/lithic-node/compare/v0.99.0...v0.100.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([cb9ff45](https://github.com/lithic-com/lithic-node/commit/cb9ff45df4aee95f075655ed207278ae3315d1bb))
10+
11+
12+
### Chores
13+
14+
* configure new SDK language ([11e6d26](https://github.com/lithic-com/lithic-node/commit/11e6d26f951191902873f579bc7d01acf8f48ae2))
15+
* **internal:** upload builds and expand CI branch coverage ([#669](https://github.com/lithic-com/lithic-node/issues/669)) ([0c21c35](https://github.com/lithic-com/lithic-node/commit/0c21c3579e917601560694b21f2611905b30007c))
16+
* **tests:** improve enum examples ([#667](https://github.com/lithic-com/lithic-node/issues/667)) ([0fcc400](https://github.com/lithic-com/lithic-node/commit/0fcc40077890403cf48eec36a168edaf1757b6ef))
17+
318
## 0.99.0 (2025-04-08)
419

520
Full Changelog: [v0.98.0...v0.99.0](https://github.com/lithic-com/lithic-node/compare/v0.98.0...v0.99.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.99.0",
3+
"version": "0.100.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.99.0'; // x-release-please-version
1+
export const VERSION = '0.100.0'; // x-release-please-version

0 commit comments

Comments
 (0)