diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a352db..472cc7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented here in accordance with [Keep a CHANGELOG][keep-changelog-url]. This project adheres to [Semantic Versioning][semver-url]. -## [0.5.6] - 2016-11-16 +## [0.5.7] - 2016-11-16 ### Fixed -- partials being read with an extra newline +- stop partials being read with an extra newline ### Changed - graceful-fs hack removed with dependency upgrade diff --git a/package.json b/package.json index 97c57fe..64980ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "condensation", - "version": "0.5.6", + "version": "0.5.7", "publishConfig": { "tag": "latest" },