diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 19faf0d..ac79547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.0](https://github.com/verygoodplugins/mcp-edd/compare/mcp-edd-v1.1.0...mcp-edd-v1.2.0) (2026-02-18) + + +### Features + +* V2 API support, new tools, and API docs ([#21](https://github.com/verygoodplugins/mcp-edd/issues/21)) ([44faa6d](https://github.com/verygoodplugins/mcp-edd/commit/44faa6dcda84a1fcea40be11d8c47ce080e1f7a8)) + + +### Bug Fixes + +* sync server.json package version with npm (1.1.0) ([#19](https://github.com/verygoodplugins/mcp-edd/issues/19)) ([27e73bb](https://github.com/verygoodplugins/mcp-edd/commit/27e73bb22652107db4ddfd4b126945e77c8224b6)) + ## [1.1.0](https://github.com/verygoodplugins/mcp-edd/compare/mcp-edd-v1.0.0...mcp-edd-v1.1.0) (2026-02-17) diff --git a/manifest.json b/manifest.json index c90b541..a68b9ae 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": "0.2", "name": "io.github.verygoodplugins/mcp-edd", "display_name": "Easy Digital Downloads", - "version": "1.1.0", + "version": "1.2.0", "description": "Query your EDD store's sales, customers, products, and analytics from Claude", "long_description": "Query your EDD store's sales, customers, and products directly from Claude. Get instant insights into revenue, customer behavior, and product performance.\n\n**What you can do:**\n\n• Sales Analytics - \"Show me this month's revenue\" or \"Compare Q4 sales to last year\"\n• Customer Insights - \"Find customers who purchased WP Fusion\" or \"Show top 10 by lifetime value\"\n• Product Data - \"List all products with their sales stats\" or \"Show pricing for premium tier\"\n• Discount Tracking - \"Which discount codes were used this week?\"\n\nBuilt by Very Good Plugins, the team behind WP Fusion - trusted by 10,000+ WordPress sites for CRM and marketing integrations.", "author": { diff --git a/package-lock.json b/package-lock.json index dc0ba8f..f7b3974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@verygoodplugins/mcp-edd", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@verygoodplugins/mcp-edd", - "version": "1.1.0", + "version": "1.2.0", "license": "GPL-3.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", diff --git a/package.json b/package.json index 7860170..266606e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@verygoodplugins/mcp-edd", - "version": "1.1.0", + "version": "1.2.0", "description": "MCP server for Easy Digital Downloads REST API - sales, customers, products, and analytics", "main": "dist/index.js", "type": "module", diff --git a/server.json b/server.json index 8613dd0..7a53d06 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.verygoodplugins/mcp-edd", "title": "Easy Digital Downloads", "description": "MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics", - "version": "1.1.0", + "version": "1.2.0", "websiteUrl": "https://verygoodplugins.com/?utm_source=mcp-registry", "repository": { "url": "https://github.com/verygoodplugins/mcp-edd",