diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c3631f..8878352 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.33.1" + ".": "0.34.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47342c0..18fc2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.0](https://github.com/linq-team/linq-node/compare/v0.33.1...v0.34.0) (2026-08-05) + + +### Features + +* add blocked handles api for message filtering ([6f0dd0b](https://github.com/linq-team/linq-node/commit/6f0dd0ba6bc16a9e0e5ef531e70753b49a944aee)) + ## [0.33.1](https://github.com/linq-team/linq-node/compare/v0.33.0...v0.33.1) (2026-08-04) diff --git a/package.json b/package.json index e53f6f5..947b123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linqapp/sdk", - "version": "0.33.1", + "version": "0.34.0", "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 4040698..09a8668 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.33.1", + "version": "0.34.0", "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 c636162..935dbe7 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "@linqapp/sdk-mcp", - "version": "0.33.1", + "version": "0.34.0", "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 4a46c18..4819998 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.33.1'; // x-release-please-version +export const VERSION = '0.34.0'; // x-release-please-version