Skip to content

Commit a228eaa

Browse files
openui5botflovogt
authored andcommitted
release: v0.2.9
1 parent 06b445e commit a228eaa

5 files changed

Lines changed: 18 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.8"
2+
".": "0.2.9"
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.9](https://github.com/UI5/mcp-server/compare/v0.2.8...v0.2.9) (2026-03-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **run_manifest_validation:** Declare earlier manifest schema versions as now supported ([#250](https://github.com/UI5/mcp-server/issues/250)) ([dfe5c91](https://github.com/UI5/mcp-server/commit/dfe5c915e9c3fc1dce53817865fcdd5aca5651a6))
9+
10+
11+
### Dependencies
12+
13+
* **lockfile:** In-range update of npm dependencies ([06b445e](https://github.com/UI5/mcp-server/commit/06b445e7a8ebc47799b690fdd050ff3903d61603))
14+
315
## [0.2.8](https://github.com/UI5/mcp-server/compare/v0.2.7...v0.2.8) (2026-03-06)
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.8",
3+
"version": "0.2.9",
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.8",
9+
"version": "0.2.9",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"identifier": "@ui5/mcp-server",
15-
"version": "0.2.8",
15+
"version": "0.2.9",
1616
"transport": {
1717
"type": "stdio"
1818
},

0 commit comments

Comments
 (0)