Skip to content

Commit 862d4fb

Browse files
chore: release main (#145)
Co-authored-by: pleaeai-bot[bot] <239696668+pleaeai-bot[bot]@users.noreply.github.com>
1 parent a0e732f commit 862d4fb

7 files changed

Lines changed: 41 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"plugins/google-workspace": "1.0.0",
3232
"plugins/nuxt-i18n": "1.1.0",
3333
"plugins/nuxt-seo": "1.0.0",
34-
"plugins/markitdown": "1.1.0",
34+
"plugins/markitdown": "1.2.0",
3535
"plugins/ast-grep": "1.0.0",
3636
"plugins/chat-sdk": "1.0.0",
3737
"plugins/docus": "1.0.0",
@@ -41,5 +41,7 @@
4141
"plugins/next": "1.0.0",
4242
"plugins/react": "1.0.0",
4343
"plugins/react-native": "1.0.0",
44-
"plugins/tiptap": "1.0.0"
44+
"plugins/tiptap": "1.0.0",
45+
"plugins/emulate": "1.0.0",
46+
"plugins/edgeparse": "1.0.0"
4547
}

plugins/edgeparse/.claude-plugin/plugin.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"homepage": "https://github.com/raphaelmansuy/edgeparse",
1010
"repository": "https://github.com/raphaelmansuy/edgeparse",
1111
"license": "Apache-2.0",
12-
"keywords": ["pdf", "extraction", "parsing", "markdown", "rag"],
12+
"keywords": [
13+
"pdf",
14+
"extraction",
15+
"parsing",
16+
"markdown",
17+
"rag"
18+
],
1319
"skills": "./.agents/skills/"
1420
}

plugins/edgeparse/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-12)
4+
5+
6+
### Features
7+
8+
* **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))

plugins/emulate/.claude-plugin/plugin.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "1.0.0",
44
"description": "Local drop-in API emulator for Vercel, GitHub, Google, Slack, Apple, Microsoft, and AWS",
55
"license": "Apache-2.0",
6-
"keywords": ["emulate", "api-emulation", "local-development", "testing"],
6+
"keywords": [
7+
"emulate",
8+
"api-emulation",
9+
"local-development",
10+
"testing"
11+
],
712
"skills": "./.agents/skills/"
813
}

plugins/emulate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-12)
4+
5+
6+
### Features
7+
8+
* **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))

plugins/markitdown/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markitdown",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using MarkItDown MCP server",
55
"author": {
66
"name": "Microsoft",

plugins/markitdown/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/markitdown-v1.1.0...markitdown-v1.2.0) (2026-04-12)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/markitdown-v1.0.0...markitdown-v1.1.0) (2026-03-28)
411

512

0 commit comments

Comments
 (0)