From d09a6e8dc75c8bf9bebeba7482b5ab1445f7ea97 Mon Sep 17 00:00:00 2001 From: "pleaeai-bot[bot]" <239696668+pleaeai-bot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:41:48 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- plugins/mastra/.claude-plugin/plugin.json | 2 +- plugins/mastra/CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c72c41..530ff6c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,7 +19,7 @@ "plugins/vue": "1.1.0", "plugins/vueuse": "1.1.0", "plugins/web-design": "1.1.0", - "plugins/mastra": "1.2.0", + "plugins/mastra": "1.3.0", "plugins/nuxt-ui": "1.3.0", "plugins/supabase": "1.1.0", "plugins/prisma": "1.1.0", diff --git a/plugins/mastra/.claude-plugin/plugin.json b/plugins/mastra/.claude-plugin/plugin.json index 2d86f28..b473619 100644 --- a/plugins/mastra/.claude-plugin/plugin.json +++ b/plugins/mastra/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "mastra", - "version": "1.2.0", + "version": "1.3.0", "description": "Official agent skills for coding agents working with the Mastra AI framework", "author": { "name": "Mastra AI", diff --git a/plugins/mastra/CHANGELOG.md b/plugins/mastra/CHANGELOG.md index db072ee..c12a9ee 100644 --- a/plugins/mastra/CHANGELOG.md +++ b/plugins/mastra/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.2.0...mastra-v1.3.0) (2026-04-23) + + +### Features + +* **mastra:** add use-mastra workflow skill ([#161](https://github.com/pleaseai/claude-code-plugins/issues/161)) ([dd0ad46](https://github.com/pleaseai/claude-code-plugins/commit/dd0ad46ae87c29a88c54f8dbb91a68b36c369e99)) + ## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.1.0...mastra-v1.2.0) (2026-04-02)