diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e4bc23..5ff6f34a 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.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.4.2...HEAD). + + +## [v1.4.2] - 2019-05-08 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/builder from 1.2.1 to 1.2.2 [`88a1f83`](https://github.com/SAP/ui5-cli/commit/88a1f83a37e5795067687bf5cabb77bceca96e61) + ## [v1.4.1] - 2019-05-07 @@ -143,6 +149,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/ ## v0.0.1 - 2018-06-06 +[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 [v1.3.1]: https://github.com/SAP/ui5-cli/compare/v1.3.0...v1.3.1 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 78367774..ca25d97c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd505b82..72aaf12f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "1.4.1", + "version": "1.4.2", "description": "UI5 Tooling - CLI", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",