Skip to content

Commit b5f1178

Browse files
openui5botmatz3
authored andcommitted
release: v0.1.5
1 parent f3bcfd6 commit b5f1178

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-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.1.4"
2+
".": "0.1.5"
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+
## [0.1.5](https://github.com/UI5/mcp-server/compare/v0.1.4...v0.1.5) (2025-11-26)
4+
5+
6+
### Features
7+
8+
* Add format options to llm guidelines ([#108](https://github.com/UI5/mcp-server/issues/108)) ([f943588](https://github.com/UI5/mcp-server/commit/f94358822174b9265aa041dc4000fffae24d6655))
9+
310
## [0.1.4](https://github.com/UI5/mcp-server/compare/v0.1.3...v0.1.4) (2025-11-18)
411

512

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.1.4",
3+
"version": "0.1.5",
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.1.4",
9+
"version": "0.1.5",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"identifier": "@ui5/mcp-server",
15-
"version": "0.1.4",
15+
"version": "0.1.5",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)