From a516b4d12bf2af443d51eb324492b6b5346b74a6 Mon Sep 17 00:00:00 2001 From: Ildiko Eigel Date: Thu, 16 Sep 2021 10:17:50 +0200 Subject: [PATCH 1/2] Update CHANGES.md for 4.5.1 release --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ebbd1a57..5621ae45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Unreleased +# 4.5.1 (2021-09-16) - [FIXED] Issue where new session cookies from pre-emptive renewal would not persist beyond the original session lifetime. From cd0b57b348741bc684bee3f7a4c25c0fa841bdd8 Mon Sep 17 00:00:00 2001 From: Ildiko Eigel Date: Thu, 16 Sep 2021 10:19:48 +0200 Subject: [PATCH 2/2] Update version to 4.5.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff6fe177..dce15286 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cloudant/cloudant", - "version": "4.5.1-SNAPSHOT", + "version": "4.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6802e7e6..6b2c3c9a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:cloudant/nodejs-cloudant.git" }, - "version": "4.5.1-SNAPSHOT", + "version": "4.5.1", "author": { "name": "IBM Cloudant", "email": "support@cloudant.com"