Skip to content

Commit 77072cf

Browse files
committed
release: v0.2.5
1 parent 1b2fcce commit 77072cf

5 files changed

Lines changed: 17 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.5](https://github.com/UI5/mcp-server/compare/v0.2.4...v0.2.5) (2026-02-05)
4+
5+
6+
### Dependencies
7+
8+
* Bump @ui5/linter from 1.20.8 to 1.20.9 ([d20989d](https://github.com/UI5/mcp-server/commit/d20989dd15a10c033c1fbe0e5e43740650b0ee95))
9+
* Bump ejs from 3.1.10 to 4.0.1 ([4731854](https://github.com/UI5/mcp-server/commit/47318546b35075d00c4b42a967aa1f30a9b23385))
10+
* Bump fast-xml-parser from 5.3.3 to 5.3.4 ([949fb9b](https://github.com/UI5/mcp-server/commit/949fb9b0c73b5df3854f31507b6a450765c5a6c0))
11+
* Bump tar from 7.5.6 to 7.5.7 ([298740b](https://github.com/UI5/mcp-server/commit/298740b41703d1c2b6d3b80f3d5304e8b0ecb8af))
12+
* Bump zod from 4.3.5 to 4.3.6 ([ef1d703](https://github.com/UI5/mcp-server/commit/ef1d703f95d991a1e283c9668507529c4b84a106))
13+
314
## [0.2.4](https://github.com/UI5/mcp-server/compare/v0.2.3...v0.2.4) (2026-01-23)
415

516

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)