Skip to content

Commit 91609c5

Browse files
release: 0.101.0
1 parent d717a72 commit 91609c5

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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.100.0"
2+
".": "0.101.0"
33
}

CHANGELOG.md

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

3+
## 0.101.0 (2025-04-21)
4+
5+
Full Changelog: [v0.100.0...v0.101.0](https://github.com/lithic-com/lithic-node/compare/v0.100.0...v0.101.0)
6+
7+
### Features
8+
9+
* **api:** updates to Card definition for PCI clarity ([7088a21](https://github.com/lithic-com/lithic-node/commit/7088a218f73b332205d2b4780f8e8b51db9ca618))
10+
11+
12+
### Bug Fixes
13+
14+
* **internal:** refresh schemas ([97444bc](https://github.com/lithic-com/lithic-node/commit/97444bc8859f2aa4d35dd4625fcf576c8aae3b47))
15+
* **internals:** fix Card schema definition ([9105670](https://github.com/lithic-com/lithic-node/commit/91056706d67f2e0f6bd34ea1fecafebc1c57f016))
16+
17+
18+
### Chores
19+
20+
* **client:** minor internal fixes ([1bd6715](https://github.com/lithic-com/lithic-node/commit/1bd67153b96670b1d60d784a67cc4aeaa875d8c0))
21+
* **internal:** codegen related update ([86735a0](https://github.com/lithic-com/lithic-node/commit/86735a0fbafa8cf7b8d20ff14c4805ad85c60695))
22+
* **internal:** reduce CI branch coverage ([ff24f91](https://github.com/lithic-com/lithic-node/commit/ff24f911753215dc6bdfa3205336eac7614f5c32))
23+
324
## 0.100.0 (2025-04-09)
425

526
Full Changelog: [v0.99.0...v0.100.0](https://github.com/lithic-com/lithic-node/compare/v0.99.0...v0.100.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.100.0",
3+
"version": "0.101.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.100.0'; // x-release-please-version
1+
export const VERSION = '0.101.0'; // x-release-please-version

0 commit comments

Comments
 (0)