Skip to content

Commit d65797f

Browse files
release: 0.137.0
1 parent 11acd7a commit d65797f

7 files changed

Lines changed: 16 additions & 6 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.136.0"
2+
".": "0.137.0"
33
}

CHANGELOG.md

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

3+
## 0.137.0 (2026-04-20)
4+
5+
Full Changelog: [v0.136.0...v0.137.0](https://github.com/lithic-com/lithic-node/compare/v0.136.0...v0.137.0)
6+
7+
### Features
8+
9+
* **api:** Add card/account/business account signals endpoints and behavioral rule attributes ([77e743c](https://github.com/lithic-com/lithic-node/commit/77e743c03583f477bd43aa1d600dd563912b53c4))
10+
* **api:** add CardAuthorizationChallengeResponseWebhookEvent to webhooks ([2e285c4](https://github.com/lithic-com/lithic-node/commit/2e285c4208849bab60afbc0036b5efdff77d6904))
11+
* **api:** add setVerificationMethod to externalBankAccounts ([fd9c676](https://github.com/lithic-com/lithic-node/commit/fd9c6762fc46e5da4e751e5d84a199356a374348))
12+
313
## 0.136.0 (2026-04-13)
414

515
Full Changelog: [v0.135.0...v0.136.0](https://github.com/lithic-com/lithic-node/compare/v0.135.0...v0.136.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.136.0",
3+
"version": "0.137.0",
44
"description": "The official TypeScript library for the Lithic API",
55
"author": "Lithic <sdk-feedback@lithic.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "lithic-mcp",
4-
"version": "0.136.0",
4+
"version": "0.137.0",
55
"description": "The official MCP Server for the Lithic API",
66
"author": {
77
"name": "Lithic",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lithic-mcp",
3-
"version": "0.136.0",
3+
"version": "0.137.0",
44
"description": "The official MCP Server for the Lithic API",
55
"author": "Lithic <sdk-feedback@lithic.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const newMcpServer = async ({
2929
new McpServer(
3030
{
3131
name: 'lithic_api',
32-
version: '0.136.0',
32+
version: '0.137.0',
3333
},
3434
{
3535
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.136.0'; // x-release-please-version
1+
export const VERSION = '0.137.0'; // x-release-please-version

0 commit comments

Comments
 (0)