Skip to content

Commit c1a3a3f

Browse files
openui5botRandomByte
authored andcommitted
release: v0.2.5
1 parent 4e82f57 commit c1a3a3f

5 files changed

Lines changed: 20 additions & 6 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.2.4"
2+
".": "0.2.5"
33
}

CHANGELOG.md

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

3+
## [0.2.5](https://github.com/UI5/mcp-server/compare/v0.2.4...v0.2.5) (2026-02-09)
4+
5+
6+
### Dependencies
7+
8+
* Bump @modelcontextprotocol/sdk from 1.25.3 to 1.26.0 ([7d3a5f3](https://github.com/UI5/mcp-server/commit/7d3a5f3b16e5861284dd6b23e8a98fb9633de46f))
9+
* Bump @ui5/linter from 1.20.8 to 1.20.9 ([d20989d](https://github.com/UI5/mcp-server/commit/d20989dd15a10c033c1fbe0e5e43740650b0ee95))
10+
* Bump @ui5/linter from 1.20.9 to 1.20.10 ([6a6538c](https://github.com/UI5/mcp-server/commit/6a6538c886431e5904216bbe7e0b839a16485c8c))
11+
* Bump ejs from 3.1.10 to 4.0.1 ([4731854](https://github.com/UI5/mcp-server/commit/47318546b35075d00c4b42a967aa1f30a9b23385))
12+
* Bump fast-xml-parser from 5.3.3 to 5.3.4 ([949fb9b](https://github.com/UI5/mcp-server/commit/949fb9b0c73b5df3854f31507b6a450765c5a6c0))
13+
* Bump semver from 7.7.3 to 7.7.4 ([ac4ed6c](https://github.com/UI5/mcp-server/commit/ac4ed6c0c8c56e3f6e841729eb530d13d5088aff))
14+
* Bump tar from 7.5.6 to 7.5.7 ([298740b](https://github.com/UI5/mcp-server/commit/298740b41703d1c2b6d3b80f3d5304e8b0ecb8af))
15+
* Bump zod from 4.3.5 to 4.3.6 ([ef1d703](https://github.com/UI5/mcp-server/commit/ef1d703f95d991a1e283c9668507529c4b84a106))
16+
317
## [0.2.4](https://github.com/UI5/mcp-server/compare/v0.2.3...v0.2.4) (2026-01-23)
418

519

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.4",
3+
"version": "0.2.5",
44
"description": "MCP server for SAPUI5/OpenUI5 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.4",
9+
"version": "0.2.5",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"identifier": "@ui5/mcp-server",
15-
"version": "0.2.4",
15+
"version": "0.2.5",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)