diff --git a/CHANGELOG.md b/CHANGELOG.md index 58fcf67..2034ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 72fef83..6ed7546 100644 --- a/package.json +++ b/package.json @@ -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",