diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a1d369..e9864e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ 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-alpha.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v3.0.1-alpha.0...HEAD). + + +## [v3.0.1-alpha.0] - 0001-01-01 ## [v3.0.0-alpha.0] - 2021-12-14 @@ -57,6 +60,7 @@ Only Node.js v10 or higher is supported. ## v0.0.1 - 2018-06-06 +[v3.0.1-alpha.0]: https://github.com/SAP/ui5-logger/compare/v3.0.0-alpha.0...v3.0.1-alpha.0 [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 diff --git a/package-lock.json b/package-lock.json index f6628168..090ee4a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/logger", - "version": "3.0.0-alpha.0", + "version": "3.0.1-alpha.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d5e2913..0d59259a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/logger", - "version": "3.0.0-alpha.0", + "version": "3.0.1-alpha.0", "description": "UI5 Tooling - Internal Logger", "author": { "name": "SAP SE",