From 8c7c42bcfc0739c219cc78c8e658d80ae1b707f3 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Wed, 11 Jul 2018 17:09:45 +0000 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f8ef580..c36dc07d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ 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-builder/compare/v0.1.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v0.2.0...HEAD). + + +## [v0.2.0] - 2018-07-11 +### Bug Fixes +- Close gaps in routing support of ComponentAnalyzer ([#46](https://github.com/SAP/ui5-builder/issues/46)) [`4697531`](https://github.com/SAP/ui5-builder/commit/4697531cbafebf881e78b80e78d098d1361fe9a5) + +### Internal Changes +- package.json: Define files to publish [`6f2527d`](https://github.com/SAP/ui5-builder/commit/6f2527dc84be5e3465b8a33c31af2da3e2600292) +- Update min Node.js version to >=8.5 [`f00efd9`](https://github.com/SAP/ui5-builder/commit/f00efd9bf3c832ac3732e4c00d4a12d785928e87) +- Remove greenkeeper [`d0206ec`](https://github.com/SAP/ui5-builder/commit/d0206ecf69ebb0778fc3f6bd30d0d75f01e9fb9c) +- Update to less-openui5[@0](https://github.com/0).5.4 and fix tests [`445c067`](https://github.com/SAP/ui5-builder/commit/445c0673dd57d2b947b678c4030d987002ec490a) +- **JSModuleAnalyzer:** update language metadata ([#44](https://github.com/SAP/ui5-builder/issues/44)) [`05d4127`](https://github.com/SAP/ui5-builder/commit/05d4127ec71d9a9b887d431c74e0afa3e9ddba0a) + ## [v0.1.1] - 2018-07-02 @@ -65,6 +78,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-buil - **Travis:** Add node.js 10 to test matrix [`ce91dd1`](https://github.com/SAP/ui5-builder/commit/ce91dd17e4e28932a838ec743a489ff6495d21a9) +[v0.2.0]: https://github.com/SAP/ui5-builder/compare/v0.1.1...v0.2.0 [v0.1.1]: https://github.com/SAP/ui5-builder/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/SAP/ui5-builder/compare/v0.0.2...v0.1.0 [v0.0.2]: https://github.com/SAP/ui5-builder/compare/v0.0.1...v0.0.2 diff --git a/package-lock.json b/package-lock.json index 98568c027..27a3fc3df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a289e7ab6..b6d0fe3f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "0.1.1", + "version": "0.2.0", "description": "UI5 Build and Development Tooling - Builder", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",