Skip to content

Commit

Permalink
release: v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Feb 14, 2025
1 parent e85ad26 commit 03cc99e
Show file tree
Hide file tree
Showing 4 changed files with 16 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.8.0"
".": "1.9.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* Detect inline XML fragments & views ([#519](https://github.com/SAP/ui5-linter/issues/519)) ([e85ad26](https://github.com/SAP/ui5-linter/commit/e85ad26ce96c8e4dc9ae124de01a3a20624ce41c))


### Bug Fixes

* Prevent false-positive "prefer-test-starter" in testsuite (follow-up) ([45edfe0](https://github.com/SAP/ui5-linter/commit/45edfe0d02314f315c5c85ed32061f02a4e14886))

## [1.8.0](https://github.com/SAP/ui5-linter/compare/v1.7.0...v1.8.0) (2025-01-31)


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.8.0",
"version": "1.9.0",
"description": "A static code analysis tool for UI5",
"author": {
"name": "SAP SE",
Expand Down

0 comments on commit 03cc99e

Please sign in to comment.