@sourcebot/mcp v1.0.5

This commit is contained in:
bkellam 2025-09-15 23:23:49 -07:00
parent fd7bd394e7
commit 83a8d306db
2 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.0.5] - 2025-09-15
### Changed
- Updated API client to match the latest Sourcebot release. [#356](https://github.com/sourcebot-dev/sourcebot/pull/356)
## [1.0.4] - 2025-08-04 ## [1.0.4] - 2025-08-04
### Fixed ### Fixed

View file

@ -1,6 +1,6 @@
{ {
"name": "@sourcebot/mcp", "name": "@sourcebot/mcp",
"version": "1.0.4", "version": "1.0.5",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",