@sourcebot/mcp 1.0.2

This commit is contained in:
bkellam 2025-05-28 16:55:58 -07:00
parent 46405bfc0f
commit 17d47bf7a4
2 changed files with 4 additions and 2 deletions

View file

@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.0.2] - 2025-05-28
### Changed ### Changed
- Added API key support. [#311](https://github.com/sourcebot-dev/sourcebot/pull/311) - Added API key support. [#311](https://github.com/sourcebot-dev/sourcebot/pull/311)
# [1.0.1] - 2025-05-15 ## [1.0.1] - 2025-05-15
### Changed ### Changed
- Updated API client to match the latest Sourcebot release. [#307](https://github.com/sourcebot-dev/sourcebot/pull/307) - Updated API client to match the latest Sourcebot release. [#307](https://github.com/sourcebot-dev/sourcebot/pull/307)

View file

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