Skip to content

Commit f8ce030

Browse files
committed
Release 3.0.1-rc.1
1 parent d1f5486 commit f8ce030

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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.1-rc.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v3.0.1-rc.1...HEAD).
6+
7+
<a name="v3.0.1-rc.1"></a>
8+
## [v3.0.1-rc.1] - 2023-01-18
9+
### Breaking Changes
10+
- Replace npmlog with [@ui5](https://github.com/ui5)/logger/Logger ([#363](https://github.com/SAP/ui5-logger/issues/363)) [`66a159a`](https://github.com/SAP/ui5-logger/commit/66a159acd9b67a27dd66d1e8056c362585f51bcf)
11+
12+
### BREAKING CHANGE
13+
14+
15+
616

717
<a name="v3.0.1-rc.0"></a>
8-
## [v3.0.1-rc.0] - 2022-12-22
18+
## [v3.0.1-rc.0] - 2022-12-23
919
### Breaking Changes
1020
- Deprecate advanced APIs in preparation of refactoring [`3aea5e7`](https://github.com/SAP/ui5-logger/commit/3aea5e766f9bda156e8c7e62a2e8c65f613ef7e9)
1121

@@ -133,6 +143,7 @@ Only Node.js v10 or higher is supported.
133143
<a name="v0.0.1"></a>
134144
## v0.0.1 - 2018-06-06
135145

146+
[v3.0.1-rc.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-rc.0...v3.0.1-rc.1
136147
[v3.0.1-rc.0]: https://github.com/SAP/ui5-logger/compare/v3.0.1-beta.1...v3.0.1-rc.0
137148
[v3.0.1-beta.1]: https://github.com/SAP/ui5-logger/compare/v3.0.1-beta.0...v3.0.1-beta.1
138149
[v3.0.1-beta.0]: https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.3...v3.0.1-beta.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": "3.0.1-rc.0",
3+
"version": "3.0.1-rc.1",
44
"description": "UI5 Tooling - Internal Logger",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)