From 0f96a8176ae0f30b1262cba4f216c4541c8cb841 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Thu, 16 Feb 2023 18:37:48 +0000 Subject: [PATCH] Release 3.0.1 --- 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 686b0c4a..fd3016a2 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.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v3.0.1...HEAD). + + +## [v3.0.1] - 2023-02-16 ## [v3.0.0] - 2023-02-10 @@ -202,6 +205,7 @@ versions will only be published as `karma-ui5`. ## 0.1.0 - 2014-12-08 +[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 [v2.3.4]: https://github.com/SAP/karma-ui5/compare/v2.3.3...v2.3.4 diff --git a/package-lock.json b/package-lock.json index b2b1219c..293aee28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-ui5", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-ui5", - "version": "3.0.0", + "version": "3.0.1", "license": "Apache-2.0", "dependencies": { "@ui5/fs": "^3.0.1", diff --git a/package.json b/package.json index 368562f3..f1dbd137 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "karma-ui5", "description": "A Karma plugin for UI5", - "version": "3.0.0", + "version": "3.0.1", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", "homepage": "https://github.com/SAP/karma-ui5",