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",