From 700693954d4c43a94fa8265608e873014795f138 Mon Sep 17 00:00:00 2001 From: OpenUI5 Bot Date: Wed, 2 Oct 2024 13:54:31 +0200 Subject: [PATCH] release: v1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1772e6fa..f215a3da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c03102..35872c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.1](https://github.com/SAP/ui5-linter/compare/v1.0.0...v1.0.1) (2024-10-02) + + +### Bug Fixes + +* Check unmatched patterns ([#334](https://github.com/SAP/ui5-linter/issues/334)) ([329f2cd](https://github.com/SAP/ui5-linter/commit/329f2cd5d002e6d808755c7eeb65ed6db226c067)) +* Consider config patterns in root level reader ([#346](https://github.com/SAP/ui5-linter/issues/346)) ([b54f553](https://github.com/SAP/ui5-linter/commit/b54f55300d275360d43621067694f26f8364a73c)) +* **html:** False positive for global function name in on-init bootstrap param ([2495cc0](https://github.com/SAP/ui5-linter/commit/2495cc03392d7dfac9171ad28724faa1560103e4)) +* **html:** False positive for multiple bootstrap script tags ([74ad824](https://github.com/SAP/ui5-linter/commit/74ad82440cf27173da889df3126660cc2be46d15)) +* **html:** Superfluous whitespace around deprecated library name ([cf8b99b](https://github.com/SAP/ui5-linter/commit/cf8b99b0bcfaa51f634744db09c2ee8990789068)) +* Update texts + test samples & the respective test snapshots ([#344](https://github.com/SAP/ui5-linter/issues/344)) ([5639a2f](https://github.com/SAP/ui5-linter/commit/5639a2ff8e1b2e27655359a2a5aacb3cd38e2218)) + + +### Dependencies + +* Bump @sapui5/types to 1.120.21 ([#337](https://github.com/SAP/ui5-linter/issues/337)) ([41c60f4](https://github.com/SAP/ui5-linter/commit/41c60f4c7a19de9dcf8c4c5c221ad5ae43189381)) + ## [1.0.0](https://github.com/SAP/ui5-linter/compare/v0.4.1...v1.0.0) (2024-09-30) ### General diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e72d8fde..aa9d8c60 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/linter", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/linter", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", diff --git a/package.json b/package.json index 0cc7a239..83f90755 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/linter", - "version": "1.0.0", + "version": "1.0.1", "description": "A static code analysis tool for UI5", "author": { "name": "SAP SE",