From c89dc458102e670c9c3a1db37297d5628febbcc9 Mon Sep 17 00:00:00 2001 From: Offir Golan Date: Sun, 28 May 2017 21:45:14 -0700 Subject: [PATCH] Released v2.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26812eb..c8c795d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.0.1 + +### Pull Requests + +- [#80](https://github.com/offirgolan/ember-burger-menu/pull/80) Fastboot *by [@mayko780](https://github.com/mayko780)* + ## v2.0.0 ### Pull Requests diff --git a/package.json b/package.json index b453081..db81036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-burger-menu", - "version": "2.0.0", + "version": "2.0.1", "description": "An off-canvas sidebar component with a collection of animations and styles using CSS transitions", "directories": { "doc": "doc",