From 33b02434ee65b53af304f56d51cd0720991491d7 Mon Sep 17 00:00:00 2001 From: Seth Yates Date: Fri, 22 Apr 2016 18:19:11 -0700 Subject: [PATCH] fix(utils): fix quote escaping --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b592a35..516c123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - fix: we were escaping `""` to `\""` +## 1.0.5 - 2016-04-15 +### Changed +- chore(build): change release task to avoid race condition with clean + +## 1.0.4 - 2016-04-14 +### Changed +- chore(package): update jscs to version 3.0.1 + ## 1.0.3 - 2016-04-13 ### Changed - chore: tidy the configuration files and testing setup