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

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Nov 19, 2019
1 parent 39fa504 commit accac84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

A list of unreleased changes can be found [here](https://github.com/SAP/connect-openui5/compare/0.8.0...HEAD).
A list of unreleased changes can be found [here](https://github.com/SAP/connect-openui5/compare/v0.9.0...HEAD).

<a name="v0.9.0"></a>
## [v0.9.0] - 2019-11-18
### Breaking Changes
- **less middleware:** Remove support for 'sourceMap' / 'cleancss' options [`39fa504`](https://github.com/SAP/connect-openui5/commit/39fa504b2cbc6e8273d0712b76b64466b6f8d9ce)


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


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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-openui5",
"version": "0.8.0",
"version": "0.9.0",
"description": "Connect middleware for OpenUI5",
"scripts": {
"lint": "eslint index.js lib test",
Expand Down

0 comments on commit accac84

Please sign in to comment.