From 0a5e9e74064f01f077a5fd55618bed3ad507e46b Mon Sep 17 00:00:00 2001 From: Tom Reeves Date: Fri, 24 Jul 2020 10:23:47 +0100 Subject: [PATCH] Release v7.0.0 --- CHANGELOG.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a87db..f43ae85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,18 @@ All notable changes to this project will be documented in this file. +# 7.0.0 (24-07-2020) + +- Refactored the Redis cache + # 6.4.3 (20-07-2020) - - rename nonCacheable endpoint to secondaryEndpoint - - apply redis cache to all backend endpoints + - Rename nonCacheable endpoint to secondaryEndpoint + - Apply redis cache to all backend endpoints # 6.4.2 (01-07-2020) - - bugfix for nonCacheable endpoints being called on previews + - Bugfix for nonCacheable endpoints being called on previews - Create nonCacheable enpoint # 6.3.1 (09-06-2020) diff --git a/package.json b/package.json index 1b70bd5..a9bbdfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tapestry-lite", - "version": "6.4.3", + "version": "7.0.0", "description": "Universal React & Wordpress Renderer", "main": "./src/server/index.js", "bin": {