diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6ec12a..cfe9b847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ 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.12.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v1.12.2...HEAD). + + +## [v1.12.2] - 2019-12-16 +### Dependency Updates +- Bump [@ui5](https://github.com/ui5)/server from 1.5.1 to 1.5.2 [`4ef70a7`](https://github.com/SAP/ui5-cli/commit/4ef70a78f97bd2472858cd08cfdf8814cb48256f) +- Bump [@ui5](https://github.com/ui5)/builder from 1.7.1 to 1.8.0 [`4d0cd36`](https://github.com/SAP/ui5-cli/commit/4d0cd36e44a887d41f418e7b784c363b024a5def) + ## [v1.12.1] - 2019-11-19 @@ -286,6 +293,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/ ## v0.0.1 - 2018-06-06 +[v1.12.2]: https://github.com/SAP/ui5-cli/compare/v1.12.1...v1.12.2 [v1.12.1]: https://github.com/SAP/ui5-cli/compare/v1.12.0...v1.12.1 [v1.12.0]: https://github.com/SAP/ui5-cli/compare/v1.11.1...v1.12.0 [v1.11.1]: https://github.com/SAP/ui5-cli/compare/v1.11.0...v1.11.1 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d9157655..355ff8f3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "1.12.1", + "version": "1.12.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87e9f231..b0932493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "1.12.1", + "version": "1.12.2", "description": "UI5 Tooling - CLI", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",