Skip to content

Commit f9fe4fc

Browse files
committed
Release 1.6.0
1 parent 829134b commit f9fe4fc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
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.5.3...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v1.6.0...HEAD).
6+
7+
<a name="v1.6.0"></a>
8+
## [v1.6.0] - 2019-10-21
9+
### Bug Fixes
10+
- Update JSDoc to 3.6.3 ([#346](https://github.com/SAP/ui5-builder/issues/346)) [`78e2a22`](https://github.com/SAP/ui5-builder/commit/78e2a229f2ae11ca37538a75ac6746ff92af7b84)
11+
12+
### Features
13+
- **Simple Build Extensibility:** Pass project namespace to custom tasks [`1a167c5`](https://github.com/SAP/ui5-builder/commit/1a167c560ed8cc4e2c28a6c11efb1bf5ed142be9)
14+
615

716
<a name="v1.5.3"></a>
817
## [v1.5.3] - 2019-10-11
@@ -264,6 +273,7 @@ to load the custom bundle file instead.
264273
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
265274

266275

276+
[v1.6.0]: https://github.com/SAP/ui5-builder/compare/v1.5.3...v1.6.0
267277
[v1.5.3]: https://github.com/SAP/ui5-builder/compare/v1.5.2...v1.5.3
268278
[v1.5.2]: https://github.com/SAP/ui5-builder/compare/v1.5.1...v1.5.2
269279
[v1.5.1]: https://github.com/SAP/ui5-builder/compare/v1.5.0...v1.5.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.5.3",
3+
"version": "1.6.0",
44
"description": "UI5 Tooling - Builder",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)