From 6377c36c952c143482db8eb2b726cf2360b0ce50 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 14 May 2020 09:31:44 +0000 Subject: [PATCH] Release 2.0.2 --- 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 78bf0e93b..22256b55b 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/ui5-builder/compare/v2.0.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.0.2...HEAD). + + +## [v2.0.2] - 2020-05-10 ## [v2.0.1] - 2020-04-30 @@ -365,6 +368,7 @@ to load the custom bundle file instead. - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7) +[v2.0.2]: https://github.com/SAP/ui5-builder/compare/v2.0.1...v2.0.2 [v2.0.1]: https://github.com/SAP/ui5-builder/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/SAP/ui5-builder/compare/v1.10.1...v2.0.0 [v1.10.1]: https://github.com/SAP/ui5-builder/compare/v1.10.0...v1.10.1 diff --git a/package-lock.json b/package-lock.json index 9ee617596..744e1287a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 77e7f056f..a73870fb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.0.1", + "version": "2.0.2", "description": "UI5 Tooling - Builder", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",