Skip to content

Commit 0b47505

Browse files
committed
Release 1.8.0
1 parent d6ac24a commit 0b47505

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v1.7.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v1.8.0...HEAD).
6+
7+
<a name="v1.8.0"></a>
8+
## [v1.8.0] - 2019-12-16
9+
### Features
10+
- Add included/excludedDependencies parameter ([#380](https://github.com/SAP/ui5-builder/issues/380)) [`d6ac24a`](https://github.com/SAP/ui5-builder/commit/d6ac24ab76445568afab3fce9c813a0d5c4c4331)
11+
612

713
<a name="v1.7.1"></a>
814
## [v1.7.1] - 2019-11-18
@@ -298,6 +304,7 @@ to load the custom bundle file instead.
298304
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
299305

300306

307+
[v1.8.0]: https://github.com/SAP/ui5-builder/compare/v1.7.1...v1.8.0
301308
[v1.7.1]: https://github.com/SAP/ui5-builder/compare/v1.7.0...v1.7.1
302309
[v1.7.0]: https://github.com/SAP/ui5-builder/compare/v1.6.1...v1.7.0
303310
[v1.6.1]: https://github.com/SAP/ui5-builder/compare/v1.6.0...v1.6.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/builder",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"description": "UI5 Tooling - Builder",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)