From 7092da43209a77fb1b833a98a1a1206da67d4fd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:39:13 +0000 Subject: [PATCH] chore(main): release crystallize-mcp 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- server.json | 4 ++-- src/version.ts | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a8e97c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.10" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf99fa..34d6d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/HayoDev/crystallize-mcp/compare/crystallize-mcp-v0.1.10...crystallize-mcp-v0.2.0) (2026-04-10) + + +### ⚠ BREAKING CHANGES + +* setup-wizard :nail-care: ([#23](https://github.com/HayoDev/crystallize-mcp/issues/23)) + +### 🎉 Features + +* setup-wizard :nail-care: ([#23](https://github.com/HayoDev/crystallize-mcp/issues/23)) ([22bd11a](https://github.com/HayoDev/crystallize-mcp/commit/22bd11a1167a80cfd34bc0986a20e38725712296)) + ## [0.1.10](https://github.com/HayoDev/crystallize-mcp/compare/crystallize-mcp-v0.1.9...crystallize-mcp-v0.1.10) (2026-04-10) diff --git a/package-lock.json b/package-lock.json index 10e4b0b..0c14cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hayodev/crystallize-mcp", - "version": "0.1.10", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hayodev/crystallize-mcp", - "version": "0.1.10", + "version": "0.2.0", "license": "MIT", "dependencies": { "@crystallize/js-api-client": "^4.0.0", diff --git a/package.json b/package.json index 3c7fb1a..5a9eaaf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hayodev/crystallize-mcp", "mcpName": "io.github.HayoDev/crystallize-mcp", - "version": "0.1.10", + "version": "0.2.0", "description": "Crystallize MCP — headless commerce tools for AI agents. Browse catalogue, search products, inspect shapes, manage orders via Model Context Protocol.", "type": "module", "main": "build/src/index.js", diff --git a/server.json b/server.json index cfd7eda..281c76f 100644 --- a/server.json +++ b/server.json @@ -7,13 +7,13 @@ "url": "https://github.com/HayoDev/crystallize-mcp", "source": "github" }, - "version": "0.1.10", + "version": "0.2.0", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@hayodev/crystallize-mcp", - "version": "0.1.10", + "version": "0.2.0", "runtimeHint": "npx", "transport": { "type": "stdio" diff --git a/src/version.ts b/src/version.ts index a875aa8..f6ac39b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ // x-release-please-start-version -export const VERSION = '0.1.10'; +export const VERSION = '0.2.0'; // x-release-please-end