Skip to content

Commit 4c4aeca

Browse files
release: v0.1.2 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00f82b0 commit 4c4aeca

5 files changed

Lines changed: 13 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.1.1"
2+
".": "0.1.2"
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.2](https://github.com/UI5/webcomponents-mcp-server/compare/v0.1.1...v0.1.2) (2026-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **package:** include docs folder in published package ([#11](https://github.com/UI5/webcomponents-mcp-server/issues/11)) ([00f82b0](https://github.com/UI5/webcomponents-mcp-server/commit/00f82b0ee633a3e46ab85098ffee6594f96761ee))
9+
310
## [0.1.1](https://github.com/UI5/webcomponents-mcp-server/compare/v0.1.0...v0.1.1) (2026-03-06)
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/webcomponents-mcp-server",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "index.js",
55
"mcpName": "io.github.UI5/webcomponents-mcp-server",
66
"type": "module",

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

0 commit comments

Comments
 (0)