From fd6c190644adeb9ddeee7675e8f3923e7bdf46cb Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 21 Mar 2019 13:18:27 +0000 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc10af03..e1acf9c9 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/v1.0.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logger/compare/v1.0.1...HEAD). + + +## [v1.0.1] - 2019-03-13 ## [v1.0.0] - 2019-01-09 @@ -25,6 +28,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-logg ## v0.0.1 - 2018-06-06 +[v1.0.1]: https://github.com/SAP/ui5-logger/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/SAP/ui5-logger/compare/v0.2.2...v1.0.0 [v0.2.2]: https://github.com/SAP/ui5-logger/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/SAP/ui5-logger/compare/v0.2.0...v0.2.1 diff --git a/package-lock.json b/package-lock.json index f6702848..c6e796cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/logger", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 619acba8..4fb7c654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/logger", - "version": "1.0.0", + "version": "1.0.1", "description": "UI5 Tooling - Internal Logger", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",