From de380aa8cefc2e308b84218e3948b32b3f7ef13e Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Wed, 4 Nov 2015 08:36:15 +0100 Subject: [PATCH] 0.4.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b57c6552..10604bb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.4.3 - 2015-11-04 + +- Fixed (in boilerplate): collection cache can now be used for static rendering +(ref [putaindecode#499](https://github.com/putaindecode/putaindecode.fr/issues/499)) +- Fixed: escape end of script tags in JSON of `__INITIAL_STATE__` +(ref [putaindecode#501](https://github.com/putaindecode/putaindecode.fr/issues/501)) + # 0.4.2 - 2015-11-03 - Fixed: feed should now contains all entries diff --git a/package.json b/package.json index eb276c381..d11cbe51c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statinamic", - "version": "0.4.2", + "version": "0.4.3", "description": "A static website generator to create dynamic website using React components.", "keywords": [ "react",