diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4758222..2e04e49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.0" + ".": "0.32.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e89b6f..5c45027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.32.1](https://github.com/linq-team/linq-node/compare/v0.32.0...v0.32.1) (2026-07-27) + + +### Documentation + +* restructure README around getting started ([#96](https://github.com/linq-team/linq-node/issues/96)) ([1c41047](https://github.com/linq-team/linq-node/commit/1c41047b8c112a1a143f87886013d05093e03478)) + ## [0.32.0](https://github.com/linq-team/linq-node/compare/v0.31.0...v0.32.0) (2026-07-27) diff --git a/package.json b/package.json index 2fa10f8..b509ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linqapp/sdk", - "version": "0.32.0", + "version": "0.32.1", "description": "The official TypeScript library for the Linq API V3 API", "author": "Linq API V3 ", "types": "dist/index.d.ts", diff --git a/packages/mcp-server/manifest.json b/packages/mcp-server/manifest.json index 84732f7..2c13aad 100644 --- a/packages/mcp-server/manifest.json +++ b/packages/mcp-server/manifest.json @@ -1,7 +1,7 @@ { "dxt_version": "0.2", "name": "@linqapp/sdk-mcp", - "version": "0.32.0", + "version": "0.32.1", "description": "The official MCP Server for the Linq API V3 API", "author": { "name": "Linq API V3", diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index ceb0976..30667df 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "@linqapp/sdk-mcp", - "version": "0.32.0", + "version": "0.32.1", "description": "The official MCP Server for the Linq API V3 API", "author": "Linq API V3 ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index b413d15..ab5165f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.32.0'; // x-release-please-version +export const VERSION = '0.32.1'; // x-release-please-version