Skip to content

Commit d41d1ea

Browse files
committed
Release 0.2.0
1 parent f57d915 commit d41d1ea

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
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.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v0.2.0...HEAD).
6+
7+
<a name="v0.2.0"></a>
8+
## [v0.2.0] - 2018-07-12
9+
### Internal Changes
10+
- Add .npmrc to enforce public registry [`3eb2825`](https://github.com/SAP/ui5-server/commit/3eb2825af9d20c61beaadd811b3a1ed911159314)
11+
- Fix theme middleware tests [`dde2a65`](https://github.com/SAP/ui5-server/commit/dde2a65a260c51c0811245bdc92bb3409b91de9e)
12+
- Fix package-lock.json URLs [`173dfa1`](https://github.com/SAP/ui5-server/commit/173dfa1acf9e9a679250cd11412ae143e37d4e75)
13+
- Update min Node.js version to >=8.5 [`89b7f21`](https://github.com/SAP/ui5-server/commit/89b7f219279e9b92f200e7822c0f13134044c12c)
14+
- **CHANGELOG:** Fix scope detection in commit messages [`cd7dbd1`](https://github.com/SAP/ui5-server/commit/cd7dbd1011830e273d4e001fca1ba3cd719ee598)
15+
- **package.json:** Define files to publish [`5443bec`](https://github.com/SAP/ui5-server/commit/5443bec4363bf38d3935d5b13deb75438e62275a)
16+
617

718
<a name="v0.1.2"></a>
819
## [v0.1.2] - 2018-07-10
@@ -42,6 +53,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-serv
4253
- **Travis:** Add node.js 10 to test matrix [`2881261`](https://github.com/SAP/ui5-server/commit/2881261a05afd737af7c8874b91819a52b8f88df)
4354

4455

56+
[v0.2.0]: https://github.com/SAP/ui5-server/compare/v0.1.2...v0.2.0
4557
[v0.1.2]: https://github.com/SAP/ui5-server/compare/v0.1.1...v0.1.2
4658
[v0.1.1]: https://github.com/SAP/ui5-server/compare/v0.1.0...v0.1.1
4759
[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.2",
3+
"version": "0.2.0",
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)