From 1bfc0d38a8a35ef5a3c73a94d1c9970fa3a559bb Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Mon, 1 Feb 2021 09:49:23 +0000 Subject: [PATCH] Release 2.3.3 --- CHANGELOG.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83689778..3d39fba3 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/v2.3.2...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v2.3.3...HEAD). + + +## [v2.3.3] - 2021-02-01 ## [v2.3.2] - 2020-11-24 @@ -166,6 +169,7 @@ versions will only be published as `karma-ui5`. ## 0.1.0 - 2014-12-08 +[v2.3.3]: https://github.com/SAP/karma-ui5/compare/v2.3.2...v2.3.3 [v2.3.2]: https://github.com/SAP/karma-ui5/compare/v2.3.1...v2.3.2 [v2.3.1]: https://github.com/SAP/karma-ui5/compare/v2.3.0...v2.3.1 [v2.3.0]: https://github.com/SAP/karma-ui5/compare/v2.2.1...v2.3.0 diff --git a/package-lock.json b/package-lock.json index 7bcffc5e..b8ed5b06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "karma-ui5", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 675d1d7c..ea63f5f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "karma-ui5", "description": "A Karma plugin for UI5", - "version": "2.3.2", + "version": "2.3.3", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", "homepage": "https://github.com/SAP/karma-ui5",