From 5b473232c9c74c5140eb37782a158cbf0e8c0df3 Mon Sep 17 00:00:00 2001 From: "deploygate-release-please-bot[bot]" <284581377+deploygate-release-please-bot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 01:37:42 +0000 Subject: [PATCH] chore(main): release deploygate 1.3.1 --- .claude-plugin/marketplace.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- plugin/.claude-plugin/plugin.json | 2 +- plugin/.codex-plugin/plugin.json | 2 +- 7 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 903b725..bd7fb18 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -12,7 +12,7 @@ "name": "deploygate", "source": "./plugin", "description": "Upload apps, manage distribution pages, add team members, and set up CI/CD integration with DeployGate", - "version": "1.3.0" + "version": "1.3.1" } ] } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..9049e2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..03430d6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [1.3.1](https://github.com/DeployGate/deploygate-agent-plugin/compare/deploygate--v1.3.0...deploygate--v1.3.1) (2026-05-15) + + +### Features + +* add release automation ([#12](https://github.com/DeployGate/deploygate-agent-plugin/issues/12)) ([492b93d](https://github.com/DeployGate/deploygate-agent-plugin/commit/492b93d5c54835c6f66426f4d27afe19b88033e8)) + + +### Miscellaneous Chores + +* release 1.3.1 ([84ef070](https://github.com/DeployGate/deploygate-agent-plugin/commit/84ef070e562f5a8982794154e6c17bc49cc9e6c5)) diff --git a/package-lock.json b/package-lock.json index 4e064df..895ac94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deploygate-agent-plugin", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deploygate-agent-plugin", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/package.json b/package.json index d43a1cb..6a3c1d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deploygate-agent-plugin", - "version": "1.3.0", + "version": "1.3.1", "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).", "type": "module", "main": "dist/index.js", diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 0ba2539..438530e 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deploygate", - "version": "1.3.0", + "version": "1.3.1", "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).", "author": { "name": "DeployGate", diff --git a/plugin/.codex-plugin/plugin.json b/plugin/.codex-plugin/plugin.json index ce1c7bc..ff69c17 100644 --- a/plugin/.codex-plugin/plugin.json +++ b/plugin/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deploygate", - "version": "1.3.0", + "version": "1.3.1", "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).", "author": { "name": "DeployGate",