From 9254998d39ab5246e7ec4a6c18ed4cb7db58f37d Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Mon, 13 May 2019 15:54:34 +0000 Subject: [PATCH] Release 1.4.3 --- CHANGELOG.md | 9 ++++++++- npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff6f34a..f7a8d04d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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-cli/compare/v1.4.2...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.4.3...HEAD). + + +## [v1.4.3] - 2019-05-13 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/server from 1.1.0 to 1.1.1 [`7e81541`](https://github.com/SAP/ui5-cli/commit/7e81541e89487acec7f57ec4ac89d181486b4909) + ## [v1.4.2] - 2019-05-08 @@ -149,6 +155,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/ ## v0.0.1 - 2018-06-06 +[v1.4.3]: https://github.com/SAP/ui5-cli/compare/v1.4.2...v1.4.3 [v1.4.2]: https://github.com/SAP/ui5-cli/compare/v1.4.1...v1.4.2 [v1.4.1]: https://github.com/SAP/ui5-cli/compare/v1.4.0...v1.4.1 [v1.4.0]: https://github.com/SAP/ui5-cli/compare/v1.3.1...v1.4.0 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1a1e62d3..264d74e7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5cecde3e..36e68055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "1.4.2", + "version": "1.4.3", "description": "UI5 Tooling - CLI", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",