Skip to content

Commit 4ee26e9

Browse files
chore(main): release deploygate 1.5.0 (#29)
* chore(main): release deploygate 1.5.0 * chore: regenerate bundle.js for release --------- Co-authored-by: deploygate-release-please-bot[bot] <284581377+deploygate-release-please-bot[bot]@users.noreply.github.com> Co-authored-by: release-please[bot] <release-please[bot]@users.noreply.github.com>
1 parent d07618e commit 4ee26e9

8 files changed

Lines changed: 594 additions & 49 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "deploygate",
1313
"source": "./plugin",
1414
"description": "Upload apps, manage distribution pages, add team members, and set up CI/CD integration with DeployGate",
15-
"version": "1.4.0"
15+
"version": "1.5.0"
1616
}
1717
]
1818
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
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+
## [1.5.0](https://github.com/DeployGate/deploygate-agent-plugin/compare/deploygate--v1.4.0...deploygate--v1.5.0) (2026-06-01)
4+
5+
6+
### Features
7+
8+
* expose the full DeployGate public API as MCP tools (apps, projects, workspaces) ([#27](https://github.com/DeployGate/deploygate-agent-plugin/issues/27)) ([60b288d](https://github.com/DeployGate/deploygate-agent-plugin/commit/60b288d2f5dbff47cf9deb6035e087bfeccd3391))
9+
310
## [1.4.0](https://github.com/DeployGate/deploygate-agent-plugin/compare/deploygate--v1.3.1...deploygate--v1.4.0) (2026-05-15)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploygate/mcp",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "DeployGate MCP server: upload mobile apps, manage distribution pages, set up CI/CD, and onboard your team. Supports iOS (IPA) and Android (APK/AAB).",
55
"type": "module",
66
"bin": {

plugin/.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": "deploygate",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "DeployGate agent integration: upload mobile apps, manage distribution pages, set up CI/CD, and onboard your team. Supports iOS (IPA) and Android (APK/AAB).",
55
"author": {
66
"name": "DeployGate",

plugin/.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": "deploygate",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "DeployGate agent integration: upload mobile apps, manage distribution pages, set up CI/CD, and onboard your team. Supports iOS (IPA) and Android (APK/AAB).",
55
"author": {
66
"name": "DeployGate",

0 commit comments

Comments
 (0)