Skip to content

Commit 101e3e4

Browse files
committed
Release 1.6.1
1 parent 619b959 commit 101e3e4

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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.6.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v1.6.1...HEAD).
6+
7+
<a name="v1.6.1"></a>
8+
## [v1.6.1] - 2019-10-24
9+
### Bug Fixes
10+
- **jsdoc:** Adopt version range to micro releases ([#357](https://github.com/SAP/ui5-builder/issues/357)) [`619b959`](https://github.com/SAP/ui5-builder/commit/619b959d93441fef1be8c1609ebe5a9eb15759f5)
11+
612

713
<a name="v1.6.0"></a>
8-
## [v1.6.0] - 2019-10-21
14+
## [v1.6.0] - 2019-10-24
915
### Bug Fixes
1016
- Update JSDoc to 3.6.3 ([#346](https://github.com/SAP/ui5-builder/issues/346)) [`78e2a22`](https://github.com/SAP/ui5-builder/commit/78e2a229f2ae11ca37538a75ac6746ff92af7b84)
1117

@@ -273,6 +279,7 @@ to load the custom bundle file instead.
273279
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
274280

275281

282+
[v1.6.1]: https://github.com/SAP/ui5-builder/compare/v1.6.0...v1.6.1
276283
[v1.6.0]: https://github.com/SAP/ui5-builder/compare/v1.5.3...v1.6.0
277284
[v1.5.3]: https://github.com/SAP/ui5-builder/compare/v1.5.2...v1.5.3
278285
[v1.5.2]: https://github.com/SAP/ui5-builder/compare/v1.5.1...v1.5.2

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.6.0",
3+
"version": "1.6.1",
44
"description": "UI5 Tooling - Builder",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)