Skip to content

Commit 872773d

Browse files
committed
Release 1.2.0
1 parent 037b3bc commit 872773d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
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/v1.1.3...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v1.2.0...HEAD).
6+
7+
<a name="v1.2.0"></a>
8+
## [v1.2.0] - 2019-07-10
9+
### Features
10+
- **Server:** Add handling for custom middleware ([#200](https://github.com/SAP/ui5-server/issues/200)) [`037b3bc`](https://github.com/SAP/ui5-server/commit/037b3bc001b86061c807e78584e69c53e89d8b96)
11+
612

713
<a name="v1.1.3"></a>
814
## [v1.1.3] - 2019-06-24
@@ -71,6 +77,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-serv
7177
<a name="v0.0.1"></a>
7278
## v0.0.1 - 2018-06-06
7379

80+
[v1.2.0]: https://github.com/SAP/ui5-server/compare/v1.1.3...v1.2.0
7481
[v1.1.3]: https://github.com/SAP/ui5-server/compare/v1.1.2...v1.1.3
7582
[v1.1.2]: https://github.com/SAP/ui5-server/compare/v1.1.1...v1.1.2
7683
[v1.1.1]: https://github.com/SAP/ui5-server/compare/v1.1.0...v1.1.1

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": "1.1.3",
3+
"version": "1.2.0",
44
"description": "UI5 Tooling - Server",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)