diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ad44a0..6b4a75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - ### Added - Add CLI discovery commands: `list`, `search`, and `describe`. @@ -16,5 +14,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `metamask-skills` CLI with `sync`, `postinstall`, and `install` commands. - Add repo inference, repo-local skills cache support, bundled package fallback, and `SKILLS_AUTO_UPDATE=1` handling for consumer repos. -[Unreleased]: https://github.com/MetaMask/skills/compare/@metamask/skills@0.1.0...HEAD -[0.1.0]: https://github.com/MetaMask/skills/releases/tag/@metamask/skills@0.1.0 +[Unreleased]: https://github.com/MetaMask/skills/ diff --git a/package.json b/package.json index d6bd219..21582fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/skills", - "version": "0.1.0", + "version": "0.0.0", "description": "Shared MetaMask agent skills installer and sync CLI.", "license": "MIT", "type": "module",