Skip to content

Commit d60c67d

Browse files
committed
Release 1.5.2
1 parent aceb9e3 commit d60c67d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
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.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v1.5.2...HEAD).
6+
7+
<a name="v1.5.2"></a>
8+
## [v1.5.2] - 2019-10-06
9+
### Bug Fixes
10+
- 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)
11+
- 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)
12+
- **manifestCreator:** Only consider component files called Component.js ([#273](https://github.com/SAP/ui5-builder/issues/273)) [`82fe267`](https://github.com/SAP/ui5-builder/commit/82fe2675114c13603238889e43be498f92d22a51)
13+
614

715
<a name="v1.5.1"></a>
816
## [v1.5.1] - 2019-09-04
@@ -250,6 +258,7 @@ to load the custom bundle file instead.
250258
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
251259

252260

261+
[v1.5.2]: https://github.com/SAP/ui5-builder/compare/v1.5.1...v1.5.2
253262
[v1.5.1]: https://github.com/SAP/ui5-builder/compare/v1.5.0...v1.5.1
254263
[v1.5.0]: https://github.com/SAP/ui5-builder/compare/v1.4.2...v1.5.0
255264
[v1.4.2]: https://github.com/SAP/ui5-builder/compare/v1.4.1...v1.4.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.5.1",
3+
"version": "1.5.2",
44
"description": "UI5 Tooling - Builder",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)