Skip to content

Commit 4329084

Browse files
committed
release: v0.1.3
1 parent 8b201ec commit 4329084

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
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.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

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

3+
## [0.1.3](https://github.com/UI5/mcp-server/compare/v0.1.2...v0.1.3) (2025-10-16)
4+
5+
6+
### Features
7+
8+
* **templates:** Use manifest.json v2 ([#75](https://github.com/UI5/mcp-server/issues/75)) ([8b201ec](https://github.com/UI5/mcp-server/commit/8b201eccab8a0f4d93cda4c3c5eba8f641eb7b10))
9+
* **ui5_create_app:** Always set "earlyRequests": true in UI5 >=1.141 ([#52](https://github.com/UI5/mcp-server/issues/52)) ([8b010ee](https://github.com/UI5/mcp-server/commit/8b010ee5dd3c76274c7699197bf91f8d125af8d5))
10+
11+
12+
### Dependencies
13+
14+
* Bump @modelcontextprotocol/sdk from 1.18.1 to 1.18.2 ([d0dd2de](https://github.com/UI5/mcp-server/commit/d0dd2de03cefbab7d3ad135306928ee50779f89a))
15+
* Bump @modelcontextprotocol/sdk from 1.18.2 to 1.19.1 ([da1f821](https://github.com/UI5/mcp-server/commit/da1f82173c74e3aa1159ab8210fc88a9e71f0d7e))
16+
* Bump @modelcontextprotocol/sdk from 1.19.1 to 1.20.0 ([ab8def0](https://github.com/UI5/mcp-server/commit/ab8def008e55fc7241781f461efb3d2019dd8c20))
17+
* Bump @ui5/linter from 1.20.1 to 1.20.2 ([a4f5c16](https://github.com/UI5/mcp-server/commit/a4f5c168bd62ef9614899ed73234e8aee84ec93f))
18+
* Bump fast-xml-parser from 5.2.5 to 5.3.0 ([c17e08c](https://github.com/UI5/mcp-server/commit/c17e08c08aa716d8c55f1caac05e0a0b6a5708c3))
19+
* Bump semver from 7.7.2 to 7.7.3 ([39692d2](https://github.com/UI5/mcp-server/commit/39692d2fdc697c32a37b59da14f78113eb656fbb))
20+
321
## [0.1.2](https://github.com/UI5/mcp-server/compare/v0.1.1...v0.1.2) (2025-09-24)
422

523

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.2",
3+
"version": "0.1.3",
44
"description": "A MCP server for UI5",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)