diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0262db758..084d2834f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffc610b5..c691ab650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/SAP/ui5-linter/compare/v0.2.0...v0.2.1) (2024-04-05) + + +### Dependencies + +* Bump @sapui5/types to 1.120.12 ([fa7592b](https://github.com/SAP/ui5-linter/commit/fa7592b2b8d955cfd33aba425350fea3178bb490)) + ## [0.2.0](https://github.com/SAP/ui5-linter/compare/v0.1.3...v0.2.0) (2024-03-26) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 01773781f..e2e8f7988 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/linter", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/linter", - "version": "0.2.0", + "version": "0.2.1", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15", diff --git a/package.json b/package.json index a40536a68..3b0dc8b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/linter", - "version": "0.2.0", + "version": "0.2.1", "description": "A static code analysis tool for UI5", "author": { "name": "SAP SE",