From 9a4eaa89ad6f139c5365151750fe24d3d710ae30 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Wed, 13 Apr 2016 13:49:34 +0200 Subject: [PATCH] 0.0.3 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5700a02..63bea193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# 0.0.2 +# 0.0.3 * Make sure that cookies can be read after having been written in FastBoot, see #9. * Enable ember-suave for the project, see #10. + +# 0.0.2 + * tests, tests, tests 🎉, see #5. # 0.0.1 diff --git a/package.json b/package.json index e961d8c3..61ad67b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cookies", - "version": "0.0.2", + "version": "0.0.3", "description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.", "directories": { "doc": "doc",