Skip to content

Commit 9241e24

Browse files
openui5botmatz3
authored andcommitted
release: v0.2.3
1 parent 4826acd commit 9241e24

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

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

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/UI5/mcp-server/compare/v0.2.2...v0.2.3) (2026-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **ui5_create_app:** Add test/preview.html with frame-options="allow" ([4826acd](https://github.com/UI5/mcp-server/commit/4826acd1a33786ad6db3005628bf1c937b131189))
9+
10+
11+
### Dependencies
12+
13+
* Bump hono from 4.11.1 to 4.11.4 ([4e9032e](https://github.com/UI5/mcp-server/commit/4e9032e71afcb15d646bcd848de1f580f2837774))
14+
315
## [0.2.2](https://github.com/UI5/mcp-server/compare/v0.2.1...v0.2.2) (2026-01-09)
416

517

npm-shrinkwrap.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/mcp-server",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "MCP server for UI5 application development",
55
"author": {
66
"name": "SAP SE",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/UI5/mcp-server",
77
"source": "github"
88
},
9-
"version": "0.2.2",
9+
"version": "0.2.3",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"identifier": "@ui5/mcp-server",
15-
"version": "0.2.2",
15+
"version": "0.2.3",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)