diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 11cad791..b856337f 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2025-06-18 + ### Changed - Updated API client to match the latest Sourcebot release. [#356](https://github.com/sourcebot-dev/sourcebot/pull/356) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index fcd9fa20..969a465d 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@sourcebot/mcp", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",