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

Commit 06b9472

Browse files
committed
Release 0.9.1
1 parent e9784be commit 06b9472

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
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.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/connect-openui5/compare/v0.9.1...HEAD).
6+
7+
<a name="v0.9.1"></a>
8+
## [v0.9.1] - 2020-09-10
9+
### Bug Fixes
10+
- **proxy middleware:** Remove secure, domain, path, samesite from cookies ([#91](https://github.com/SAP/connect-openui5/issues/91)) [`e9784be`](https://github.com/SAP/connect-openui5/commit/e9784be7c40670ccbb153b7e51adccb8603446d8)
11+
612

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

@@ -16,6 +22,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/connect-
1622
- Drop support for Node.js < 8.5 [`3aefa16`](https://github.com/SAP/connect-openui5/commit/3aefa16e1e3ecb88214ab8b79d1e2840b26f6dba)
1723

1824

25+
[v0.9.1]: https://github.com/SAP/connect-openui5/compare/v0.9.0...v0.9.1
1926
[v0.9.0]: https://github.com/SAP/connect-openui5/compare/0.8.0...v0.9.0
2027
[0.8.0]: https://github.com/SAP/connect-openui5/compare/0.7.7...0.8.0
2128
## 0.7.7 - 2019-07-01

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

0 commit comments

Comments
 (0)