From e50a05cefba676b24dfc0ad311c9b55da2c6678c Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Wed, 13 Mar 2019 10:48:00 +0100 Subject: [PATCH] 0.7.6 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27222d8..544fa4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.7.6 (2019-03-13) + +### Fixes +- proxy middleware + - Also strip 'secure' cookie flag at the end of the header [#41](https://github.com/SAP/connect-openui5/pull/41) + +### All changes +[`0.7.5...0.7.6`](https://github.com/SAP/connect-openui5/compare/0.7.5...0.7.6) + + # 0.7.5 (2018-10-09) ### Other changes diff --git a/package-lock.json b/package-lock.json index 40663f7..03defd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "connect-openui5", - "version": "0.7.5", + "version": "0.7.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8354df6..ee6b85f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "connect-openui5", - "version": "0.7.5", + "version": "0.7.6", "description": "Connect middleware for OpenUI5", "scripts": { "lint": "eslint index.js lib test",