From 083fcb5d7828e0762f76644467e743e81ef4d67e Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Fri, 29 Jan 2021 10:00:00 +0000 Subject: [PATCH] Release 0.10.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 2937e22..7f21eac 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/connect-openui5/compare/v0.10.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/connect-openui5/compare/v0.10.1...HEAD). + + +## [v0.10.1] - 2021-01-29 ## [v0.10.0] - 2020-11-06 @@ -36,6 +39,7 @@ Only Node.js v10 or higher is supported. - Drop support for Node.js < 8.5 [`3aefa16`](https://github.com/SAP/connect-openui5/commit/3aefa16e1e3ecb88214ab8b79d1e2840b26f6dba) +[v0.10.1]: https://github.com/SAP/connect-openui5/compare/v0.10.0...v0.10.1 [v0.10.0]: https://github.com/SAP/connect-openui5/compare/v0.9.1...v0.10.0 [v0.9.1]: https://github.com/SAP/connect-openui5/compare/v0.9.0...v0.9.1 [v0.9.0]: https://github.com/SAP/connect-openui5/compare/0.8.0...v0.9.0 diff --git a/package-lock.json b/package-lock.json index c7596ba..00df80a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "connect-openui5", - "version": "0.10.0", + "version": "0.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de43ac8..e516662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connect-openui5", - "version": "0.10.0", + "version": "0.10.1", "description": "Connect middleware for OpenUI5", "author": { "name": "SAP SE",