Skip to content

Commit 7e1c38a

Browse files
committed
Release 4.0.4
1 parent 15453a4 commit 7e1c38a

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/v4.0.3...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v4.0.4...HEAD).
6+
7+
<a name="v4.0.4"></a>
8+
## [v4.0.4] - 2024-11-29
9+
### Dependency Updates
10+
- Switch from "rimraf" to native "fs.rm" ([#780](https://github.com/SAP/ui5-project/issues/780)) [`1998257`](https://github.com/SAP/ui5-project/commit/1998257295be7038dd4222f1b241848c1fd0a05f)
11+
- Bump [@npmcli](https://github.com/npmcli)/config from 8.3.4 to 9.0.0 ([#773](https://github.com/SAP/ui5-project/issues/773)) [`ad38e17`](https://github.com/SAP/ui5-project/commit/ad38e1788c2b4b4407ea7250c04d74e4faf3a1d6)
12+
- Bump pacote from 18.0.6 to 19.0.0 ([#772](https://github.com/SAP/ui5-project/issues/772)) [`df4bbfe`](https://github.com/SAP/ui5-project/commit/df4bbfef98923c48d43c742b13feefd640cc9529)
13+
- Bump make-fetch-happen from 13.0.1 to 14.0.0 ([#771](https://github.com/SAP/ui5-project/issues/771)) [`d52255c`](https://github.com/SAP/ui5-project/commit/d52255c3c1ca50ee255cb28c9bbef24007b16d51)
14+
615

716
<a name="v4.0.3"></a>
817
## [v4.0.3] - 2024-08-27
@@ -559,6 +568,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
559568
## v0.0.1 - 2018-06-06
560569
### Bug Fixes
561570
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
571+
[v4.0.4]: https://github.com/SAP/ui5-project/compare/v4.0.3...v4.0.4
562572
[v4.0.3]: https://github.com/SAP/ui5-project/compare/v4.0.2...v4.0.3
563573
[v4.0.2]: https://github.com/SAP/ui5-project/compare/v4.0.1...v4.0.2
564574
[v4.0.1]: https://github.com/SAP/ui5-project/compare/v4.0.0...v4.0.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": "4.0.3",
3+
"version": "4.0.4",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)