From 57d9f42ef39c747a0b96f063b63f9c7df6c49656 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Fri, 6 Nov 2015 22:47:09 +0100 Subject: [PATCH] 0.5.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8c51bd1..a87e6e435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 0.5.0 - 2015-11-06 + - Removed: `statinamic/lib/enhance-collection` do not add siblings by default. You will need to pass `{ addSiblingReferences: true }` in the options to get next and previous references to collection items. diff --git a/package.json b/package.json index d11cbe51c..ba6aabc28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statinamic", - "version": "0.4.3", + "version": "0.5.0", "description": "A static website generator to create dynamic website using React components.", "keywords": [ "react",