From 2b02eedee0cf721c649a22db82e6e09f5e1d880c Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Tue, 10 Jul 2018 11:58:58 +0000 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 11 +++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53013448..ca079e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +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.1.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v0.1.2...HEAD). + + +## [v0.1.2] - 2018-07-09 +### Bug Fixes +- CSP Middleware: Export middleware, add report-uri [`2091c0c`](https://github.com/SAP/ui5-server/commit/2091c0cc093f9997c582e301ad52bbe74d4651d6) + -## [v0.1.1] - 2018-07-09 +## [v0.1.1] - 2018-07-10 ### Features - simplistic serveIndex with additional properties [`fa04ee2`](https://github.com/SAP/ui5-server/commit/fa04ee227cf5d4af4a8ba5d4d3fa594cee417da0) - Add CSP middleware ([#3](https://github.com/SAP/ui5-server/issues/3)) [`f9ec3ee`](https://github.com/SAP/ui5-server/commit/f9ec3eeb43708462c2d683a80beb1816beeddc92) @@ -36,5 +42,6 @@ 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.2]: https://github.com/SAP/ui5-server/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/SAP/ui5-server/compare/v0.1.0...v0.1.1 [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 364192dc..cb5e5ac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/server", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bc36567f..321a19b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/server", - "version": "0.1.1", + "version": "0.1.2", "description": "UI5 Build and Development Tooling - Server", "author": "SAP SE (https://www.sap.com)", "license": "Apache-2.0",