From 999c57d2398e16ec5f90f4483ca04c284d158c17 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Fri, 17 Feb 2023 12:02:40 +0000 Subject: [PATCH] Release 3.0.2 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3016a2..070f57c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v3.0.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v3.0.2...HEAD). + + +## [v3.0.2] - 2023-02-17 ## [v3.0.1] - 2023-02-16 @@ -205,6 +208,7 @@ versions will only be published as `karma-ui5`. ## 0.1.0 - 2014-12-08 +[v3.0.2]: https://github.com/SAP/karma-ui5/compare/v3.0.1...v3.0.2 [v3.0.1]: https://github.com/SAP/karma-ui5/compare/v3.0.0...v3.0.1 [v3.0.0]: https://github.com/SAP/karma-ui5/compare/v2.4.0...v3.0.0 [v2.4.0]: https://github.com/SAP/karma-ui5/compare/v2.3.4...v2.4.0 diff --git a/package-lock.json b/package-lock.json index 8d4e160a..f82e0cc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-ui5", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-ui5", - "version": "3.0.1", + "version": "3.0.2", "license": "Apache-2.0", "dependencies": { "@ui5/fs": "^3.0.1", diff --git a/package.json b/package.json index d5bef8b0..ab870b6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "karma-ui5", "description": "A Karma plugin for UI5", - "version": "3.0.1", + "version": "3.0.2", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", "homepage": "https://github.com/SAP/karma-ui5",