Skip to content

Commit 3713c4c

Browse files
committed
Release 3.4.2
1 parent 721f096 commit 3713c4c

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
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.4.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.4.2...HEAD).
6+
7+
<a name="v3.4.2"></a>
8+
## [v3.4.2] - 2023-07-13
9+
### Bug Fixes
10+
- **Application:** Fallback to manifest.appdescr_variant if manifest.json is not found ([#631](https://github.com/SAP/ui5-project/issues/631)) [`43c6b22`](https://github.com/SAP/ui5-project/commit/43c6b224cf7ecad39a060baf8c6922f919e6dd59)
11+
12+
### Dependency Updates
13+
- Bump read-pkg-up from 9.1.0 to 10.0.0 [`557cb36`](https://github.com/SAP/ui5-project/commit/557cb36790ba53aa43a15cf7211560461dabb9e5)
14+
615

716
<a name="v3.4.1"></a>
8-
## [v3.4.1] - 2023-06-30
17+
## [v3.4.1] - 2023-07-03
918
### Bug Fixes
1019
- Migrate from libnpmconfig to [@npmcli](https://github.com/npmcli)/config ([#618](https://github.com/SAP/ui5-project/issues/618)) [`13d019b`](https://github.com/SAP/ui5-project/commit/13d019bb4d8eda05c0a1564c6a2b96fa4eb05ab1)
1120

@@ -416,6 +425,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
416425
## v0.0.1 - 2018-06-06
417426
### Bug Fixes
418427
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
428+
[v3.4.2]: https://github.com/SAP/ui5-project/compare/v3.4.1...v3.4.2
419429
[v3.4.1]: https://github.com/SAP/ui5-project/compare/v3.4.0...v3.4.1
420430
[v3.4.0]: https://github.com/SAP/ui5-project/compare/v3.3.2...v3.4.0
421431
[v3.3.2]: https://github.com/SAP/ui5-project/compare/v3.3.1...v3.3.2

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.4.1",
3+
"version": "3.4.2",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)