Skip to content

Commit 7bbf28e

Browse files
committed
Release 1.3.0
1 parent 466f3b0 commit 7bbf28e

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.2.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v1.3.0...HEAD).
6+
7+
<a name="v1.3.0"></a>
8+
## [v1.3.0] - 2019-07-31
9+
### Features
10+
- Properties File Escaping ([#214](https://github.com/SAP/ui5-server/issues/214)) [`dd4844d`](https://github.com/SAP/ui5-server/commit/dd4844d53b787dc14bc5eecae2bc5674425200b7)
11+
612

713
<a name="v1.2.0"></a>
814
## [v1.2.0] - 2019-07-10
@@ -77,6 +83,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-serv
7783
<a name="v0.0.1"></a>
7884
## v0.0.1 - 2018-06-06
7985

86+
[v1.3.0]: https://github.com/SAP/ui5-server/compare/v1.2.0...v1.3.0
8087
[v1.2.0]: https://github.com/SAP/ui5-server/compare/v1.1.3...v1.2.0
8188
[v1.1.3]: https://github.com/SAP/ui5-server/compare/v1.1.2...v1.1.3
8289
[v1.1.2]: https://github.com/SAP/ui5-server/compare/v1.1.1...v1.1.2

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

0 commit comments

Comments
 (0)