Skip to content

Commit

Permalink
release: v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Dec 22, 2024
1 parent 09efadb commit 20cbd30
Show file tree
Hide file tree
Showing 4 changed files with 22 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.5.0"
".": "1.6.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.6.0](https://github.com/SAP/ui5-linter/compare/v1.5.0...v1.6.0) (2024-12-22)


### Features

* Add further deprecated configuration option detection ([#357](https://github.com/SAP/ui5-linter/issues/357)) ([28e60a0](https://github.com/SAP/ui5-linter/commit/28e60a09ee05974dc2971554ced627663f741719))
* **linter:** Extend project initialization fallbacks ([f9b0f96](https://github.com/SAP/ui5-linter/commit/f9b0f966bb5458f1cdf39f027204381d75de1768))


### Bug Fixes

* Allow renderer v4 ([#443](https://github.com/SAP/ui5-linter/issues/443)) ([2e2d8d2](https://github.com/SAP/ui5-linter/commit/2e2d8d22dae64a148624eda8475b20d6fda4d775))


### Dependencies

* Bump chalk from 5.3.0 to 5.4.0 ([2adeea4](https://github.com/SAP/ui5-linter/commit/2adeea4027ee5c3626b26709cbaa3768c52577fd))

## [1.5.0](https://github.com/SAP/ui5-linter/compare/v1.4.1...v1.5.0) (2024-12-10)


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

0 comments on commit 20cbd30

Please sign in to comment.