From 0e36b96e30020958b3812c1acb21452cfbf9d8cf Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 3 Jan 2019 20:58:12 +0000 Subject: [PATCH] Release 0.2.9 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 455c3129..6f881ae5 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/v0.2.8...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v0.2.9...HEAD). + + +## [v0.2.9] - 2019-01-03 +### Internal Changes +- **NOTICE:** Update copyright year to 2019 [`b236191`](https://github.com/SAP/ui5-cli/commit/b236191cbc04946887d22a5a5bd1058d02750297) + ## [v0.2.8] - 2018-12-19 @@ -102,6 +108,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/ - **Travis:** Add node.js 10 to test matrix [`7a94b52`](https://github.com/SAP/ui5-cli/commit/7a94b52f3878474697bc2e9c4c423432ca7d473c) +[v0.2.9]: https://github.com/SAP/ui5-cli/compare/v0.2.8...v0.2.9 [v0.2.8]: https://github.com/SAP/ui5-cli/compare/v0.2.7...v0.2.8 [v0.2.7]: https://github.com/SAP/ui5-cli/compare/v0.2.6...v0.2.7 [v0.2.6]: https://github.com/SAP/ui5-cli/compare/v0.2.5...v0.2.6 diff --git a/package-lock.json b/package-lock.json index dcd92c36..e136ebf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "0.2.8", + "version": "0.2.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 47fef4e7..fbdfda6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/cli", - "version": "0.2.8", + "version": "0.2.9", "description": "UI5 Build and Development Tooling - CLI", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",