Skip to content

Commit a93d16e

Browse files
committed
Release 1.1.3
1 parent 493b7fe commit a93d16e

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.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v1.1.3...HEAD).
6+
7+
<a name="v1.1.3"></a>
8+
## [v1.1.3] - 2019-06-24
9+
### Bug Fixes
10+
- **serveResources:** Correctly encode non UTF-8 resources [`1ee6723`](https://github.com/SAP/ui5-server/commit/1ee6723b5e5dac653c76a5078ee4afd6af96f8ac)
11+
612

713
<a name="v1.1.2"></a>
814
## [v1.1.2] - 2019-06-03
@@ -65,6 +71,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-serv
6571
<a name="v0.0.1"></a>
6672
## v0.0.1 - 2018-06-06
6773

74+
[v1.1.3]: https://github.com/SAP/ui5-server/compare/v1.1.2...v1.1.3
6875
[v1.1.2]: https://github.com/SAP/ui5-server/compare/v1.1.1...v1.1.2
6976
[v1.1.1]: https://github.com/SAP/ui5-server/compare/v1.1.0...v1.1.1
7077
[v1.1.0]: https://github.com/SAP/ui5-server/compare/v1.0.0...v1.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": "1.1.2",
3+
"version": "1.1.3",
44
"description": "UI5 Tooling - Server",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)