mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
release @sourcebot/mcp v1.0.6
This commit is contained in:
parent
66c9ec044e
commit
7a97d4ee06
2 changed files with 4 additions and 1 deletions
|
|
@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.0.6] - 2025-09-26
|
||||||
|
- Fix `linkedConnections is required` schema error.
|
||||||
|
|
||||||
## [1.0.5] - 2025-09-15
|
## [1.0.5] - 2025-09-15
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@sourcebot/mcp",
|
"name": "@sourcebot/mcp",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue