diff --git a/CHANGELOG.md b/CHANGELOG.md index c148ac734..ea223fda3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ 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.7...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.1.0...HEAD). + + +## [v2.1.0] - 2020-08-11 +### Features +- Implement TaskUtil class [`a7074ae`](https://github.com/SAP/ui5-builder/commit/a7074aeb8167330fd1b6d30bf5b387a212cd6b1b) +- **generateFlexChangesBundle:** Hide bundle input from build result [`001183a`](https://github.com/SAP/ui5-builder/commit/001183a4981bb5fe43039cedfbea70c2090b24db) + ## [v2.0.7] - 2020-08-10 @@ -403,6 +410,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.1.0]: https://github.com/SAP/ui5-builder/compare/v2.0.7...v2.1.0 [v2.0.7]: https://github.com/SAP/ui5-builder/compare/v2.0.6...v2.0.7 [v2.0.6]: https://github.com/SAP/ui5-builder/compare/v2.0.5...v2.0.6 [v2.0.5]: https://github.com/SAP/ui5-builder/compare/v2.0.4...v2.0.5 diff --git a/package-lock.json b/package-lock.json index dfc66f587..1a4d5e808 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.0.7", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b4f4bfbc..891a686db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.0.7", + "version": "2.1.0", "description": "UI5 Tooling - Builder", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",