Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit d866205

Browse files
committed
Release 0.10.0
1 parent a8cdc7b commit d866205

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
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/connect-openui5/compare/v0.9.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/connect-openui5/compare/v0.10.0...HEAD).
6+
7+
<a name="v0.10.0"></a>
8+
## [v0.10.0] - 2020-11-06
9+
### Breaking Changes
10+
- Require Node.js >= 10 [`8c9f87e`](https://github.com/SAP/connect-openui5/commit/8c9f87e1012bb0c6fbf2dc8e323c7ec11bfda877)
11+
12+
### Dependency Updates
13+
- Bump less-openui5 from 0.8.7 to 0.9.0 [`a8cdc7b`](https://github.com/SAP/connect-openui5/commit/a8cdc7bf1c82ba75217db1be50ff502ac3d380df)
14+
15+
### BREAKING CHANGE
16+
17+
Support for older Node.js releases has been dropped.
18+
Only Node.js v10 or higher is supported.
19+
620

721
<a name="v0.9.1"></a>
822
## [v0.9.1] - 2020-09-10
@@ -22,6 +36,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/connect-
2236
- Drop support for Node.js < 8.5 [`3aefa16`](https://github.com/SAP/connect-openui5/commit/3aefa16e1e3ecb88214ab8b79d1e2840b26f6dba)
2337

2438

39+
[v0.10.0]: https://github.com/SAP/connect-openui5/compare/v0.9.1...v0.10.0
2540
[v0.9.1]: https://github.com/SAP/connect-openui5/compare/v0.9.0...v0.9.1
2641
[v0.9.0]: https://github.com/SAP/connect-openui5/compare/0.8.0...v0.9.0
2742
[0.8.0]: https://github.com/SAP/connect-openui5/compare/0.7.7...0.8.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": "connect-openui5",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Connect middleware for OpenUI5",
55
"scripts": {
66
"lint": "eslint index.js lib test",

0 commit comments

Comments
 (0)