Skip to content

Commit 5bbed61

Browse files
committed
Release 0.1.1
1 parent b96d937 commit 5bbed61

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v0.1.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v0.1.1...HEAD).
6+
7+
<a name="v0.1.1"></a>
8+
## [v0.1.1] - 2018-07-09
9+
### Features
10+
- simplistic serveIndex with additional properties [`fa04ee2`](https://github.com/SAP/ui5-server/commit/fa04ee227cf5d4af4a8ba5d4d3fa594cee417da0)
11+
- Add CSP middleware ([#3](https://github.com/SAP/ui5-server/issues/3)) [`f9ec3ee`](https://github.com/SAP/ui5-server/commit/f9ec3eeb43708462c2d683a80beb1816beeddc92)
12+
613

714
<a name="v0.1.0"></a>
815
## [v0.1.0] - 2018-06-26
@@ -29,4 +36,5 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-serv
2936
- **Travis:** Add node.js 10 to test matrix [`2881261`](https://github.com/SAP/ui5-server/commit/2881261a05afd737af7c8874b91819a52b8f88df)
3037

3138

39+
[v0.1.1]: https://github.com/SAP/ui5-server/compare/v0.1.0...v0.1.1
3240
[v0.1.0]: https://github.com/SAP/ui5-server/compare/v0.0.1...v0.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/server",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "UI5 Build and Development Tooling - Server",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)