From d3f3469eb7c42326e0e5255d30045a31718dcffa Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Thu, 4 Jun 2026 11:22:09 +0200 Subject: [PATCH] Revert "Release 0.1.0 (#30)" This reverts commit a4e02c27b92eb28fbfee11a8a48c9eb951bd452a. --- CHANGELOG.md | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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",