Skip to content

Commit 216409b

Browse files
release: 0.105.0
1 parent 1003491 commit 216409b

4 files changed

Lines changed: 39 additions & 3 deletions

File tree

.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.104.0"
2+
".": "0.105.0"
33
}

CHANGELOG.md

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

3+
## 0.105.0 (2025-06-23)
4+
5+
Full Changelog: [v0.104.0...v0.105.0](https://github.com/lithic-com/lithic-node/compare/v0.104.0...v0.105.0)
6+
7+
### Features
8+
9+
* **api:** add CLOSED account state option and UNVERIFIED verification method ([779fc1d](https://github.com/lithic-com/lithic-node/commit/779fc1dbefde25af64746c478a0463204881a5cc))
10+
* **client:** add support for endpoint-specific base URLs ([5351646](https://github.com/lithic-com/lithic-node/commit/5351646a5adaabcd75c94ce3f79e97f6e82d1991))
11+
* **client:** adds endpoint to register an account number on a Financial Account ([48bfcca](https://github.com/lithic-com/lithic-node/commit/48bfcca8844f2f5eb1e327f643b3f1045d8e9ad1))
12+
* **client:** adds support for 3DS to Auth Rules ([b025f79](https://github.com/lithic-com/lithic-node/commit/b025f79ed419867818490d05790d070703430040))
13+
14+
15+
### Bug Fixes
16+
17+
* publish script — handle NPM errors correctly ([5d9df71](https://github.com/lithic-com/lithic-node/commit/5d9df71546b2879d46fb780a4c05b0e6a71464fd))
18+
19+
20+
### Chores
21+
22+
* **api:** mark some methods as deprecated ([55ca4f7](https://github.com/lithic-com/lithic-node/commit/55ca4f74ff18db37b26e79d434c305ac98fa6540))
23+
* **ci:** enable for pull requests ([ad4bab3](https://github.com/lithic-com/lithic-node/commit/ad4bab3be985580e9425c7ad999e2c2c160401f4))
24+
* **docs:** grammar improvements ([c865442](https://github.com/lithic-com/lithic-node/commit/c86544253bfd618490ebbce5a7d5f7dbdcee1844))
25+
* **docs:** use top-level-await in example snippets ([eef2b95](https://github.com/lithic-com/lithic-node/commit/eef2b95ae499d44432c5132700dcea820a4df936))
26+
* improve publish-npm script --latest tag logic ([926af31](https://github.com/lithic-com/lithic-node/commit/926af3149944b4cff98d184aea5a4ad413c5acb6))
27+
* **internal:** make base APIResource abstract ([57924eb](https://github.com/lithic-com/lithic-node/commit/57924eb4f90d1a6afa9bf9b8ddc3b40dde397074))
28+
29+
30+
### Documentation
31+
32+
* **pagination:** improve naming ([e8f3074](https://github.com/lithic-com/lithic-node/commit/e8f307463828d4829c1d654479af634d23f948cd))
33+
34+
35+
### Refactors
36+
37+
* **types:** replace Record with mapped types ([e256fb9](https://github.com/lithic-com/lithic-node/commit/e256fb97cb883c61226295cfca28bf4bf9e02d5d))
38+
339
## 0.104.0 (2025-05-15)
440

541
Full Changelog: [v0.103.0...v0.104.0](https://github.com/lithic-com/lithic-node/compare/v0.103.0...v0.104.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.104.0",
3+
"version": "0.105.0",
44
"description": "The official TypeScript library for the Lithic API",
55
"author": "Lithic <sdk-feedback@lithic.com>",
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.104.0'; // x-release-please-version
1+
export const VERSION = '0.105.0'; // x-release-please-version

0 commit comments

Comments
 (0)