Skip to content

Commit

Permalink
release: v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot authored and matz3 committed Feb 25, 2025
1 parent f1719f0 commit 87602fe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
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.9.0"
".": "1.10.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.10.0](https://github.com/SAP/ui5-linter/compare/v1.9.0...v1.10.0) (2025-02-25)


### Features

* Add UI5LinterEngine ([#551](https://github.com/SAP/ui5-linter/issues/551)) ([1a44868](https://github.com/SAP/ui5-linter/commit/1a44868d30343603e03d93f02a78597ca7758ab9))


### Bug Fixes

* Check bindings of all ManagedObject subclasses ([5435623](https://github.com/SAP/ui5-linter/commit/543562396267dcdb22b42cf6919f1eabba3a5e18))
* False-positives for requestCurrencyCodes/requestUnitsOfMeasure ([24f6ea7](https://github.com/SAP/ui5-linter/commit/24f6ea70d1c78d2a75eedfc537f521bc3b7e3ccd))
* Improve deprecation detection ([f1719f0](https://github.com/SAP/ui5-linter/commit/f1719f01e6253beae914e95fb17f0fcb072078cb))
* Valid Js syntax after XML transpilation ([#552](https://github.com/SAP/ui5-linter/issues/552)) ([98b89d5](https://github.com/SAP/ui5-linter/commit/98b89d599f4604d2e4a51f02f0f9c2f5effe5910))


### Dependencies

* Bump sax-wasm from 3.0.4 to 3.0.5 ([79e0549](https://github.com/SAP/ui5-linter/commit/79e05496e9263e01da02026fd84dea4eb2c7d044))

## [1.9.0](https://github.com/SAP/ui5-linter/compare/v1.8.0...v1.9.0) (2025-02-17)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "@ui5/linter",
"version": "1.9.0",
"version": "1.10.0",
"description": "A static code analysis tool for UI5",
"author": {
"name": "SAP SE",
Expand Down

0 comments on commit 87602fe

Please sign in to comment.