diff --git a/CHANGELOG.md b/CHANGELOG.md index e0be3ca3..a5a1d369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v3.0.0-next.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v3.0.0-alpha.0...HEAD). + + +## [v3.0.0-alpha.0] - 2021-12-14 -## [v3.0.0-next.0] - 2021-11-23 +## [v3.0.0-next.0] - 2021-11-29 ## [v2.0.1] - 2020-10-22 @@ -54,6 +57,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v3.0.0-alpha.0]: https://github.com/SAP/ui5-logger/compare/v3.0.0-next.0...v3.0.0-alpha.0 [v3.0.0-next.0]: https://github.com/SAP/ui5-logger/compare/v2.0.1...v3.0.0-next.0 [v2.0.1]: https://github.com/SAP/ui5-logger/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/SAP/ui5-logger/compare/v1.0.2...v2.0.0 diff --git a/package-lock.json b/package-lock.json index 946051e5..f6628168 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/logger", - "version": "3.0.0-next.0", + "version": "3.0.0-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6df2983f..9d5e2913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/logger", - "version": "3.0.0-next.0", + "version": "3.0.0-alpha.0", "description": "UI5 Tooling - Internal Logger", "author": { "name": "SAP SE",