From a902edf95045a1e78a4a67022798ce9676aeea2f Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Wed, 6 Apr 2016 21:34:58 +0200 Subject: [PATCH] 0.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7928a07..722d17f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.0.2 + +- Added tests, see #5 +- ember-cli-cookies does not require ember-cli-fastboot to be installed in the + application anymore. + # 0.0.1 initial release diff --git a/package.json b/package.json index dc01b4d5..d7ac31a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cookies", - "version": "0.0.1", + "version": "0.0.2", "description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.", "directories": { "doc": "doc",