From e07ac54afa8cde4c7d23770bfeb8c9b43f3819ab Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 25 Jul 2024 14:26:45 +0000 Subject: [PATCH] Release 4.0.1 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d13445..84d20537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ 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/v4.0.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/karma-ui5/compare/v4.0.1...HEAD). + + +## [v4.0.1] - 2024-07-25 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/project from 3.9.2 to 4.0.0 [`a62495d`](https://github.com/SAP/karma-ui5/commit/a62495da1df001365176b1e7747bc8c7bf1d6aa2) +- Bump [@ui5](https://github.com/ui5)/server from 3.2.1 to 4.0.0 [`e2c0266`](https://github.com/SAP/karma-ui5/commit/e2c0266bd6e8fff822a95c03715101afe73e79a8) +- Bump [@ui5](https://github.com/ui5)/fs from 3.0.5 to 4.0.0 [`261a3ee`](https://github.com/SAP/karma-ui5/commit/261a3ee39abac63866181d8b9e38e0c524e9a735) + ## [v4.0.0] - 2024-07-24 @@ -233,6 +241,7 @@ versions will only be published as `karma-ui5`. ## 0.1.0 - 2014-12-08 +[v4.0.1]: https://github.com/SAP/karma-ui5/compare/v4.0.0...v4.0.1 [v4.0.0]: https://github.com/SAP/karma-ui5/compare/v3.0.4...v4.0.0 [v3.0.4]: https://github.com/SAP/karma-ui5/compare/v3.0.3...v3.0.4 [v3.0.3]: https://github.com/SAP/karma-ui5/compare/v3.0.2...v3.0.3 diff --git a/package-lock.json b/package-lock.json index 8eabc40e..677030ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-ui5", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "karma-ui5", - "version": "4.0.0", + "version": "4.0.1", "license": "Apache-2.0", "dependencies": { "@ui5/fs": "^4.0.0", diff --git a/package.json b/package.json index 7755550e..40fbb061 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "karma-ui5", "description": "A Karma plugin for UI5", - "version": "4.0.0", + "version": "4.0.1", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0", "homepage": "https://github.com/SAP/karma-ui5",