Skip to content

Commit 9b3d7d8

Browse files
authored
release: v0.1.3 (#66)
1 parent 767ac53 commit 9b3d7d8

8 files changed

Lines changed: 21 additions & 8 deletions

File tree

.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.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

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

3+
## [0.1.3](https://github.com/UI5/plugins-coding-agents/compare/v0.1.2...v0.1.3) (2026-06-03)
4+
5+
6+
### Features
7+
8+
* Support GitHub Copilot ([#65](https://github.com/UI5/plugins-coding-agents/issues/65)) ([44a72cd](https://github.com/UI5/plugins-coding-agents/commit/44a72cdaa530cb24fdb39f934e2a2026d5ad6a43))
9+
10+
11+
### Bug Fixes
12+
13+
* Make plugin.json prettier-stable after release-please bumps ([d6f3783](https://github.com/UI5/plugins-coding-agents/commit/d6f3783607c7b848feeff6c48db0a1a6d3b907dd))
14+
* Update release-please extra-files to current plugin.json paths ([afd95cb](https://github.com/UI5/plugins-coding-agents/commit/afd95cb4852181925f68d8c7f2c537e6c911420a))
15+
316
## [0.1.2](https://github.com/UI5/plugins-coding-agents/compare/v0.1.1...v0.1.2) (2026-05-27)
417

518

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": "@ui5/plugins-for-coding-agents",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": "true",
55
"description": "UI5 plugins for Coding Agents",
66
"author": {

plugins/ui5-typescript-conversion/.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": "ui5-typescript-conversion",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.",
55
"author": {
66
"name": "SAP SE"

plugins/ui5-typescript-conversion/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5-typescript-conversion",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "SAPUI5 / OpenUI5 plugin for coding agents. Converts JavaScript-based UI5 projects to TypeScript.",
55
"author": {
66
"name": "SAP SE"

plugins/ui5/.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": "ui5",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"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.",
55
"author": {
66
"name": "SAP SE"

plugins/ui5/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui5",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"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.",
55
"author": {
66
"name": "SAP SE"

0 commit comments

Comments
 (0)