Skip to content

Commit 3ef4b6a

Browse files
release: 0.139.0
1 parent 4b5c967 commit 3ef4b6a

7 files changed

Lines changed: 20 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.138.0"
2+
".": "0.139.0"
33
}

CHANGELOG.md

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

3+
## 0.139.0 (2026-05-08)
4+
5+
Full Changelog: [v0.138.0...v0.139.0](https://github.com/lithic-com/lithic-node/compare/v0.138.0...v0.139.0)
6+
7+
### Features
8+
9+
* **api:** add retrieveSignals methods to accounts and cards ([e5f850d](https://github.com/lithic-com/lithic-node/commit/e5f850d44eb9df6a5015f337954c287a294b7324))
10+
* **api:** add unit param and travel attributes to auth rules v2 conditions ([306ba11](https://github.com/lithic-com/lithic-node/commit/306ba11dc0e555f7d76c90eed21bd83a1e691458))
11+
12+
13+
### Chores
14+
15+
* redact api-key headers in debug logs ([071bf9f](https://github.com/lithic-com/lithic-node/commit/071bf9fead1e4fd83819ccad85e1cffb6145ab03))
16+
317
## 0.138.0 (2026-05-06)
418

519
Full Changelog: [v0.137.0...v0.138.0](https://github.com/lithic-com/lithic-node/compare/v0.137.0...v0.138.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.138.0",
3+
"version": "0.139.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.138.0",
4+
"version": "0.139.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.138.0",
3+
"version": "0.139.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.138.0',
32+
version: '0.139.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.138.0'; // x-release-please-version
1+
export const VERSION = '0.139.0'; // x-release-please-version

0 commit comments

Comments
 (0)