From f1309e30168d0e24be17ebc54f43a3b42c9009cf Mon Sep 17 00:00:00 2001 From: OpenUI5 Bot Date: Tue, 26 Mar 2024 14:38:30 +0100 Subject: [PATCH] release: v0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7caf55578..0262db758 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 569f7662e..1ffc610b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.2.0](https://github.com/SAP/ui5-linter/compare/v0.1.3...v0.2.0) (2024-03-26) + + +### ⚠ BREAKING CHANGES + +* **cli:** Depending on how UI5 linter is being used, this change might change the behavior of that particular scenario. For example a build script might abort further processing, if any linting errors are detected. + +### Features + +* Analyze sap.ui.core.Lib.init() call ([#33](https://github.com/SAP/ui5-linter/issues/33)) ([6d5bcdb](https://github.com/SAP/ui5-linter/commit/6d5bcdbc89487d2cba46c6df72336663b9635f4f)) +* **cli:** In case of errors, exit with code 1 ([96331fc](https://github.com/SAP/ui5-linter/commit/96331fca906773f5b8c1399011a227762d523d57)) + + +### Bug Fixes + +* Update list of deprecated libs ([#42](https://github.com/SAP/ui5-linter/issues/42)) ([d38e356](https://github.com/SAP/ui5-linter/commit/d38e3563f79edc49fa6d2bf2c027bd8bd5315c0c)) + + +### Performance Improvements + +* Load SAPUI5 types only when needed ([#46](https://github.com/SAP/ui5-linter/issues/46)) ([b7e9a2b](https://github.com/SAP/ui5-linter/commit/b7e9a2bb168c2d1b599067739e1fed10fda699ea)) + + +### Dependencies + +* Bump @sapui5/types to 1.120.11 ([9cbdf1d](https://github.com/SAP/ui5-linter/commit/9cbdf1d8f77de920e4e6ff2d58ec5bc5868a7965)) + ## [0.1.3](https://github.com/SAP/ui5-linter/compare/v0.1.2...v0.1.3) (2024-03-19) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 83a5e6e37..0f29e4ad2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/linter", - "version": "0.1.3", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/linter", - "version": "0.1.3", + "version": "0.2.0", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15", diff --git a/package.json b/package.json index c9185ee37..f6f62a3d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/linter", - "version": "0.1.3", + "version": "0.2.0", "description": "A static code analysis tool for UI5", "author": { "name": "SAP SE",