Skip to content

Commit 19bb0e6

Browse files
chore(main): release 0.1.13
1 parent 974058c commit 19bb0e6

11 files changed

Lines changed: 19 additions & 12 deletions

File tree

.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": "supabase",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Official Supabase plugin for Claude Code with bundled Supabase skills and MCP access for project management, database work, auth, storage, and Postgres best practices.",
55
"author": {
66
"name": "Supabase",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supabase",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Access your Supabase projects and perform tasks like managing tables, fetching config, and querying data.",
55
"author": {
66
"name": "Supabase",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supabase",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Official Supabase plugin for Claude Code with bundled Supabase skills and MCP access for project management, database work, auth, storage, and Postgres best practices.",
55
"author": {
66
"name": "Supabase",

.github/plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supabase",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Supabase tools for GitHub Copilot — MCP server for managing your Supabase projects and skills to guide you through every stage of building with Supabase.",
55
"author": {
66
"name": "Supabase",

.kimi-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supabase",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Official Supabase plugin for Kimi Code with bundled Supabase skills and MCP access for project management, database work, auth, storage, and Postgres best practices.",
55
"author": {
66
"name": "Supabase",
@@ -30,7 +30,7 @@
3030
"url": "https://mcp.supabase.com/mcp",
3131
"headers": {
3232
"X-Source-Name": "kimi-plugin",
33-
"X-Source-Version": "0.1.12"
33+
"X-Source-Version": "0.1.13"
3434
}
3535
}
3636
},

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.12"
2+
".": "0.1.13"
33
}

CHANGELOG.md

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

3+
## [0.1.13](https://github.com/supabase-community/supabase-plugin/compare/v0.1.12...v0.1.13) (2026-07-20)
4+
5+
6+
### Features
7+
8+
* add Kimi Code plugin support ([#44](https://github.com/supabase-community/supabase-plugin/issues/44)) ([974058c](https://github.com/supabase-community/supabase-plugin/commit/974058ca5815900b76db4bd0008430d5904937cf))
9+
310
## [0.1.12](https://github.com/supabase-community/supabase-plugin/compare/v0.1.11...v0.1.12) (2026-07-13)
411

512

agents/claude/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://mcp.supabase.com/mcp",
66
"headers": {
77
"X-Source-Name": "claude-code-plugin",
8-
"X-Source-Version": "0.1.12"
8+
"X-Source-Version": "0.1.13"
99
}
1010
}
1111
}

agents/copilot/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://mcp.supabase.com/mcp",
66
"headers": {
77
"X-Source-Name": "github-copilot-plugin",
8-
"X-Source-Version": "0.1.12"
8+
"X-Source-Version": "0.1.13"
99
}
1010
}
1111
}

agents/cursor/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://mcp.supabase.com/mcp",
55
"headers": {
66
"X-Source-Name": "cursor-plugin",
7-
"X-Source-Version": "0.1.12"
7+
"X-Source-Version": "0.1.13"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)