From f0b40f711bab8fe88309c2658189c8c90fdc8d45 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Tue, 26 Jun 2018 15:42:12 +0000 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe61a421..66f5fad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ 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-server/compare/v0.0.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v0.1.0...HEAD). + + +## [v0.1.0] - 2018-06-26 +### Internal Changes +- Update ui5 tooling dependencies [`ba34c41`](https://github.com/SAP/ui5-server/commit/ba34c41f4d291b109e2dc770672f8e945778e665) +- Add coveralls and dm-badges [`1c22823`](https://github.com/SAP/ui5-server/commit/1c22823870acb1c761c4f52ce5b676219d411541) +- **CHANGELOG:** Fix GitHub release template [`a4f736b`](https://github.com/SAP/ui5-server/commit/a4f736b189e74ad4b65f195509da198196d623b9) +- **README:** Pre-Alpha -> Alpha [`8b32857`](https://github.com/SAP/ui5-server/commit/8b32857e88699ef62292a3b69b30e724d960441e) + ## v0.0.1 - 2018-06-06 @@ -20,3 +29,4 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-serv - **Travis:** Add node.js 10 to test matrix [`2881261`](https://github.com/SAP/ui5-server/commit/2881261a05afd737af7c8874b91819a52b8f88df) +[v0.1.0]: https://github.com/SAP/ui5-server/compare/v0.0.1...v0.1.0 diff --git a/package-lock.json b/package-lock.json index ebaf540b..f0e7117b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/server", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b429c4e..8b4ab2b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/server", - "version": "0.0.1", + "version": "0.1.0", "description": "UI5 Build and Development Tooling - Server", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",