From 0377a830ca32b06cdaf9cafdc79d5eb57a0e04c8 Mon Sep 17 00:00:00 2001 From: OpenUI5 Bot Date: Wed, 27 May 2026 10:59:48 +0200 Subject: [PATCH] release: v0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- .../ui5-typescript-conversion/.claude-plugin/plugin.json | 2 +- plugins/ui5/.claude-plugin/plugin.json | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9aa5a07..352ec4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b03b2..c6d18e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/UI5/plugins-coding-agents/compare/v0.1.1...v0.1.2) (2026-05-27) + + +### Bug Fixes + +* Trigger release workflow ([#60](https://github.com/UI5/plugins-coding-agents/issues/60)) ([78f657e](https://github.com/UI5/plugins-coding-agents/commit/78f657e6a5004b5cdd1b998aabea616023eeabbb)) + ## [0.1.1](https://github.com/UI5/plugins-coding-agents/compare/v0.1.0...v0.1.1) (2026-05-26) diff --git a/package-lock.json b/package-lock.json index 0f145c3..d360ecc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "^21.0.1", diff --git a/package.json b/package.json index 4fa7ad6..e3f1167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/plugins-for-coding-agents", - "version": "0.1.1", + "version": "0.1.2", "private": "true", "description": "UI5 plugins for Coding Agents", "author": { diff --git a/plugins/ui5-typescript-conversion/.claude-plugin/plugin.json b/plugins/ui5-typescript-conversion/.claude-plugin/plugin.json index 06535bc..0dbf5f3 100644 --- a/plugins/ui5-typescript-conversion/.claude-plugin/plugin.json +++ b/plugins/ui5-typescript-conversion/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5-typescript-conversion", - "version": "0.1.1", + "version": "0.1.2", "description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.", "author": { "name": "SAP SE" diff --git a/plugins/ui5/.claude-plugin/plugin.json b/plugins/ui5/.claude-plugin/plugin.json index 1004555..57cb535 100644 --- a/plugins/ui5/.claude-plugin/plugin.json +++ b/plugins/ui5/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ui5", - "version": "0.1.1", + "version": "0.1.2", "description": "SAPUI5 / OpenUI5 plugin for coding agents. Creates and validates UI5 projects, accesses API documentation, runs UI5 linter, retrieves development guidelines and best practices for UI5 development.", "author": { "name": "SAP SE"