Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.0"
".": "1.11.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [1.11.0](https://github.com/UI5/inspector/compare/v1.10.0...v1.11.0) (2026-09-25)


### Features

* include property types, enums, and inherited groups in control context ([#373](https://github.com/UI5/inspector/issues/373)) ([77a8e69](https://github.com/UI5/inspector/commit/77a8e69dc3683e0ff018e2a1ef9efbb793c34e10))


### Bug Fixes

* keep automated release commit lintable ([63711d4](https://github.com/UI5/inspector/commit/63711d45746e86c4dc90d3eaeb99878e5d70b1bf))
* use plain v-tags (include-component-in-tag false) so release asset name is correct ([4e1956c](https://github.com/UI5/inspector/commit/4e1956cf54765dbf96fedff40a0c2cf1572249fe))
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "UI5 Inspector",
"version": "1.10.0",
"version": "1.11.0",
"background": {
"service_worker": "/scripts/background/main.js"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5inspector",
"version": "1.10.0",
"version": "1.11.0",
"author": "SAP SE",
"license": "Apache-2.0",
"contributors": [
Expand Down
Loading