Skip to content

Commit c9a166a

Browse files
committed
Release 4.0.0
1 parent 2f40e53 commit c9a166a

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
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-logger/compare/v3.0.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v4.0.0...HEAD).
6+
7+
<a name="v4.0.0"></a>
8+
## [v4.0.0] - 2024-07-16
9+
### Breaking Changes
10+
- Require Node.js 20.11.x/>=21.2.0 and npm >=10 [`37620d7`](https://github.com/SAP/ui5-logger/commit/37620d7ca67b94b5093670c5ac5383bbb9109c33)
11+
12+
### Dependency Updates
13+
- Bump figures from 5.0.0 to 6.0.1 [`550a3cd`](https://github.com/SAP/ui5-logger/commit/550a3cdd43eee3b2ea28a5db67c1a4485ec52a45)
14+
15+
### BREAKING CHANGE
16+
17+
Support for older Node.js and npm releases has been dropped.
18+
Only Node.js 20.11.x and >=21.2.0 as well as npm v10 or higher are supported.
619

720
<a name="v3.0.0"></a>
821
## [v3.0.0] - 2023-02-09
@@ -95,6 +108,7 @@ Only Node.js v10 or higher is supported.
95108

96109
<a name="v0.0.1"></a>
97110
## v0.0.1 - 2018-06-06
111+
[v4.0.0]: https://github.com/SAP/ui5-logger/compare/v3.0.1-rc.3...v4.0.0
98112
[v3.0.0]: https://github.com/SAP/ui5-logger/compare/v2.0.1...v3.0.0
99113
[v2.0.1]: https://github.com/SAP/ui5-logger/compare/v2.0.0...v2.0.1
100114
[v2.0.0]: https://github.com/SAP/ui5-logger/compare/v1.0.2...v2.0.0

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/logger",
3-
"version": "4.0.0-alpha",
3+
"version": "4.0.0",
44
"description": "UI5 Tooling - Internal Logger",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)