Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.3] - 2026-01-15

### Fixed
- add repository url for npm provenance verification (#8)



## [0.10.2] - 2026-01-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencode-toolbox",
"version": "0.10.2",
"version": "0.10.3",
"description": "Tool Search Tool Plugin for OpenCode - search and execute tools from MCP servers on-demand",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down