Skip to content

Commit 2e36806

Browse files
committed
Release 3.8.0
1 parent 68fb2e1 commit 2e36806

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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-project/compare/v3.7.3...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.8.0...HEAD).
6+
7+
<a name="v3.8.0"></a>
8+
## [v3.8.0] - 2023-11-20
9+
### Bug Fixes
10+
- **application:** Improve error message for missing manifest.json [`016a846`](https://github.com/SAP/ui5-project/commit/016a84692aa1645f2e4267673d99495457c28458)
11+
12+
### Features
13+
- **TaskUtil:** Add 'force' flag to cleanup task callback ([#677](https://github.com/SAP/ui5-project/issues/677)) [`a0a21b7`](https://github.com/SAP/ui5-project/commit/a0a21b7ecd2805ff3d8d78ba9a453df64012556a)
14+
615

716
<a name="v3.7.3"></a>
817
## [v3.7.3] - 2023-10-20
@@ -477,6 +486,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
477486
## v0.0.1 - 2018-06-06
478487
### Bug Fixes
479488
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
489+
[v3.8.0]: https://github.com/SAP/ui5-project/compare/v3.7.3...v3.8.0
480490
[v3.7.3]: https://github.com/SAP/ui5-project/compare/v3.7.2...v3.7.3
481491
[v3.7.2]: https://github.com/SAP/ui5-project/compare/v3.7.1...v3.7.2
482492
[v3.7.1]: https://github.com/SAP/ui5-project/compare/v3.7.0...v3.7.1

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/project",
3-
"version": "3.7.3",
3+
"version": "3.8.0",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)