Skip to content

Commit 0e41a78

Browse files
committed
Release 3.1.1
1 parent c12f824 commit 0e41a78

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
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/v3.1.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.1.1...HEAD).
6+
7+
<a name="v3.1.1"></a>
8+
## [v3.1.1] - 2023-11-19
9+
### Bug Fixes
10+
- Handle graceful termination of workerpool for parallel builds ([#953](https://github.com/SAP/ui5-builder/issues/953)) [`f7b9f27`](https://github.com/SAP/ui5-builder/commit/f7b9f27ac5966bd89e52e4c2d5b03482a0f3dbb7)
11+
- **Bundling:** Detect manifest.json dependency of libraries [`6f9995f`](https://github.com/SAP/ui5-builder/commit/6f9995f5b47a6094fa93b5d433be849b1d3cdc7e)
12+
613

714
<a name="v3.1.0"></a>
815
## [v3.1.0] - 2023-10-11
@@ -832,6 +839,7 @@ to load the custom bundle file instead.
832839

833840
### Features
834841
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
842+
[v3.1.1]: https://github.com/SAP/ui5-builder/compare/v3.1.0...v3.1.1
835843
[v3.1.0]: https://github.com/SAP/ui5-builder/compare/v3.0.9...v3.1.0
836844
[v3.0.9]: https://github.com/SAP/ui5-builder/compare/v3.0.8...v3.0.9
837845
[v3.0.8]: https://github.com/SAP/ui5-builder/compare/v3.0.7...v3.0.8

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "UI5 Tooling - Builder",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)