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

Commit accac84

Browse files
committed
Release 0.9.0
1 parent 39fa504 commit accac84

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,14 +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/0.8.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/connect-openui5/compare/v0.9.0...HEAD).
6+
7+
<a name="v0.9.0"></a>
8+
## [v0.9.0] - 2019-11-18
9+
### Breaking Changes
10+
- **less middleware:** Remove support for 'sourceMap' / 'cleancss' options [`39fa504`](https://github.com/SAP/connect-openui5/commit/39fa504b2cbc6e8273d0712b76b64466b6f8d9ce)
11+
612

713
<a name="0.8.0"></a>
814
## [0.8.0] - 2019-10-14
915
### Breaking Changes
1016
- Drop support for Node.js < 8.5 [`3aefa16`](https://github.com/SAP/connect-openui5/commit/3aefa16e1e3ecb88214ab8b79d1e2840b26f6dba)
1117

1218

19+
[v0.9.0]: https://github.com/SAP/connect-openui5/compare/0.8.0...v0.9.0
1320
[0.8.0]: https://github.com/SAP/connect-openui5/compare/0.7.7...0.8.0
1421
## 0.7.7 - 2019-07-01
1522

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.8.0",
3+
"version": "0.9.0",
44
"description": "Connect middleware for OpenUI5",
55
"scripts": {
66
"lint": "eslint index.js lib test",

0 commit comments

Comments
 (0)