Skip to content

Commit 6bc24cf

Browse files
committed
Release 1.5.3
1 parent af4318a commit 6bc24cf

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.5.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v1.5.3...HEAD).
6+
7+
<a name="v1.5.3"></a>
8+
## [v1.5.3] - 2019-10-11
9+
### Bug Fixes
10+
- **Bundling:** merge dependency analysis results with raw module infos ([#340](https://github.com/SAP/ui5-builder/issues/340)) [`af4318a`](https://github.com/SAP/ui5-builder/commit/af4318a75d742bbd2e5566d2ffde2bc5a823ef06)
11+
612

713
<a name="v1.5.2"></a>
8-
## [v1.5.2] - 2019-10-06
14+
## [v1.5.2] - 2019-10-09
915
### Bug Fixes
1016
- Improve recognition of main module in case of bundles ([#341](https://github.com/SAP/ui5-builder/issues/341)) [`7a560b4`](https://github.com/SAP/ui5-builder/commit/7a560b4bbc4c862ebded6f9e9f12c2156b1e33d1)
1117
- Align set of known file types with runtime ([#337](https://github.com/SAP/ui5-builder/issues/337)) [`8b372f1`](https://github.com/SAP/ui5-builder/commit/8b372f1ad65d0edfe5cd440bd9352db7e48ea156)
@@ -258,6 +264,7 @@ to load the custom bundle file instead.
258264
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
259265

260266

267+
[v1.5.3]: https://github.com/SAP/ui5-builder/compare/v1.5.2...v1.5.3
261268
[v1.5.2]: https://github.com/SAP/ui5-builder/compare/v1.5.1...v1.5.2
262269
[v1.5.1]: https://github.com/SAP/ui5-builder/compare/v1.5.0...v1.5.1
263270
[v1.5.0]: https://github.com/SAP/ui5-builder/compare/v1.4.2...v1.5.0

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

0 commit comments

Comments
 (0)