Skip to content

Commit fab840b

Browse files
release: 0.9.0
1 parent 804ab08 commit fab840b

8 files changed

Lines changed: 22 additions & 7 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.8.0"
2+
".": "0.9.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.9.0 (2026-03-04)
4+
5+
Full Changelog: [v0.8.0...v0.9.0](https://github.com/lightsparkdev/grid-js-sdk/compare/v0.8.0...v0.9.0)
6+
7+
### Features
8+
9+
* **api:** add MWK/UGX/XOF account types, update RWF/TZS/ZMW providers in external accounts ([155de31](https://github.com/lightsparkdev/grid-js-sdk/commit/155de31295bb684078c264a27b37b6da5cd8ce4c))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([a8a8f83](https://github.com/lightsparkdev/grid-js-sdk/commit/a8a8f83b0d59639c8c75dc54863ab2f5f94d599b))
15+
* **internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([804ab08](https://github.com/lightsparkdev/grid-js-sdk/commit/804ab0804b1f38eedd8af7eb5ef2fbd6a14885dd))
16+
* **mcp-server:** return access instructions for 404 without API key ([7866170](https://github.com/lightsparkdev/grid-js-sdk/commit/786617098d9e66f27148c54f0cf6ca36c5d12611))
17+
318
## 0.8.0 (2026-03-03)
419

520
Full Changelog: [v0.7.0...v0.8.0](https://github.com/lightsparkdev/grid-js-sdk/compare/v0.7.0...v0.8.0)

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightsparkdev/grid",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"exports": "./index.ts",
55
"publish": {
66
"exclude": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightsparkdev/grid",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "The official TypeScript library for the Lightspark Grid API",
55
"author": "Lightspark Grid <support@lightspark.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": "@lightsparkdev/grid-mcp",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"description": "The official MCP Server for the Lightspark Grid API",
66
"author": {
77
"name": "Lightspark Grid",

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": "@lightsparkdev/grid-mcp",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "The official MCP Server for the Lightspark Grid API",
55
"author": "Lightspark Grid <support@lightspark.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
@@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020
new McpServer(
2121
{
2222
name: 'lightsparkdev_grid_api',
23-
version: '0.8.0',
23+
version: '0.9.0',
2424
},
2525
{
2626
instructions: await getInstructions(stainlessApiKey),

src/version.ts

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

0 commit comments

Comments
 (0)