Skip to content

Commit 48a5777

Browse files
release: 0.9.0
1 parent ee6500f commit 48a5777

8 files changed

Lines changed: 24 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.9.0 (2026-03-05)
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+
* **api:** adding webhooks back in ([ee6500f](https://github.com/lightsparkdev/grid-js-sdk/commit/ee6500fa2e74780920067562b353e273afdc7af1))
11+
* **api:** move sendTest method from webhooks to sandbox.webhooks ([a7d4fa5](https://github.com/lightsparkdev/grid-js-sdk/commit/a7d4fa503f23864f097aa249fd9c6743a1ccfa6a))
12+
13+
14+
### Chores
15+
16+
* **internal:** codegen related update ([a8a8f83](https://github.com/lightsparkdev/grid-js-sdk/commit/a8a8f83b0d59639c8c75dc54863ab2f5f94d599b))
17+
* **internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([804ab08](https://github.com/lightsparkdev/grid-js-sdk/commit/804ab0804b1f38eedd8af7eb5ef2fbd6a14885dd))
18+
* **mcp-server:** return access instructions for 404 without API key ([7866170](https://github.com/lightsparkdev/grid-js-sdk/commit/786617098d9e66f27148c54f0cf6ca36c5d12611))
19+
320
## 0.8.0 (2026-03-03)
421

522
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)