diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4a75f..383d49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ 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`. -- Add `@metamask/skills` package metadata for publishing the public MetaMask skills repo to npm. -- 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. +- Add CLI discovery commands: `list`, `search`, and `describe` +- 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/ +[Unreleased]: https://github.com/MetaMask/skills/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/MetaMask/skills/releases/tag/v0.1.0 diff --git a/package.json b/package.json index 05fd1a7..2d7a510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/skills", - "version": "0.0.0", + "version": "0.1.0", "description": "Shared MetaMask agent skills installer and sync CLI.", "license": "MIT", "type": "module",