From 689722f44dfca0eed65b434ca01f123dc2f99800 Mon Sep 17 00:00:00 2001 From: "pleaeai-bot[bot]" <239696668+pleaeai-bot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 14:49:35 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 ++++-- plugins/edgeparse/.claude-plugin/plugin.json | 8 +++++++- plugins/edgeparse/CHANGELOG.md | 8 ++++++++ plugins/emulate/.claude-plugin/plugin.json | 7 ++++++- plugins/emulate/CHANGELOG.md | 8 ++++++++ plugins/markitdown/.claude-plugin/plugin.json | 2 +- plugins/markitdown/CHANGELOG.md | 7 +++++++ 7 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 plugins/edgeparse/CHANGELOG.md create mode 100644 plugins/emulate/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aff4d54..5c79109 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -31,7 +31,7 @@ "plugins/google-workspace": "1.0.0", "plugins/nuxt-i18n": "1.1.0", "plugins/nuxt-seo": "1.0.0", - "plugins/markitdown": "1.1.0", + "plugins/markitdown": "1.2.0", "plugins/ast-grep": "1.0.0", "plugins/chat-sdk": "1.0.0", "plugins/docus": "1.0.0", @@ -41,5 +41,7 @@ "plugins/next": "1.0.0", "plugins/react": "1.0.0", "plugins/react-native": "1.0.0", - "plugins/tiptap": "1.0.0" + "plugins/tiptap": "1.0.0", + "plugins/emulate": "1.0.0", + "plugins/edgeparse": "1.0.0" } diff --git a/plugins/edgeparse/.claude-plugin/plugin.json b/plugins/edgeparse/.claude-plugin/plugin.json index c2a537e..84aebce 100644 --- a/plugins/edgeparse/.claude-plugin/plugin.json +++ b/plugins/edgeparse/.claude-plugin/plugin.json @@ -9,6 +9,12 @@ "homepage": "https://github.com/raphaelmansuy/edgeparse", "repository": "https://github.com/raphaelmansuy/edgeparse", "license": "Apache-2.0", - "keywords": ["pdf", "extraction", "parsing", "markdown", "rag"], + "keywords": [ + "pdf", + "extraction", + "parsing", + "markdown", + "rag" + ], "skills": "./.agents/skills/" } diff --git a/plugins/edgeparse/CHANGELOG.md b/plugins/edgeparse/CHANGELOG.md new file mode 100644 index 0000000..27b5238 --- /dev/null +++ b/plugins/edgeparse/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-04-12) + + +### Features + +* **edgeparse:** add EdgeParse plugin to marketplace ([#152](https://github.com/pleaseai/claude-code-plugins/issues/152)) ([a0e732f](https://github.com/pleaseai/claude-code-plugins/commit/a0e732fae1f5572a0d91a4d075542f5c58ceb593)) diff --git a/plugins/emulate/.claude-plugin/plugin.json b/plugins/emulate/.claude-plugin/plugin.json index 1b1721d..b630d02 100644 --- a/plugins/emulate/.claude-plugin/plugin.json +++ b/plugins/emulate/.claude-plugin/plugin.json @@ -3,6 +3,11 @@ "version": "1.0.0", "description": "Local drop-in API emulator for Vercel, GitHub, Google, Slack, Apple, Microsoft, and AWS", "license": "Apache-2.0", - "keywords": ["emulate", "api-emulation", "local-development", "testing"], + "keywords": [ + "emulate", + "api-emulation", + "local-development", + "testing" + ], "skills": "./.agents/skills/" } diff --git a/plugins/emulate/CHANGELOG.md b/plugins/emulate/CHANGELOG.md new file mode 100644 index 0000000..32224d4 --- /dev/null +++ b/plugins/emulate/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-04-12) + + +### Features + +* **emulate:** add Emulate plugin to marketplace ([#144](https://github.com/pleaseai/claude-code-plugins/issues/144)) ([9d10510](https://github.com/pleaseai/claude-code-plugins/commit/9d10510083c5f3c19f8ce763f8b5f036148ccc41)) diff --git a/plugins/markitdown/.claude-plugin/plugin.json b/plugins/markitdown/.claude-plugin/plugin.json index cae7176..ac93734 100644 --- a/plugins/markitdown/.claude-plugin/plugin.json +++ b/plugins/markitdown/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "markitdown", - "version": "1.1.0", + "version": "1.2.0", "description": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server", "author": { "name": "Microsoft", diff --git a/plugins/markitdown/CHANGELOG.md b/plugins/markitdown/CHANGELOG.md index 1a90035..eb2134a 100644 --- a/plugins/markitdown/CHANGELOG.md +++ b/plugins/markitdown/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/markitdown-v1.1.0...markitdown-v1.2.0) (2026-04-12) + + +### Features + +* **edgeparse:** add EdgeParse plugin to marketplace ([#152](https://github.com/pleaseai/claude-code-plugins/issues/152)) ([a0e732f](https://github.com/pleaseai/claude-code-plugins/commit/a0e732fae1f5572a0d91a4d075542f5c58ceb593)) + ## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/markitdown-v1.0.0...markitdown-v1.1.0) (2026-03-28)