From 2105fb9f119010afb6f45392cb5f73ff2bf7a58b Mon Sep 17 00:00:00 2001 From: Arthur Breton Date: Wed, 3 Jun 2026 23:10:01 +0800 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4a75f..8ad44a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ 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`. @@ -14,4 +16,5 @@ 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/ +[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 diff --git a/package.json b/package.json index 21582fb..d6bd219 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",