diff --git a/CHANGELOG.md b/CHANGELOG.md index 21aa452..023cd62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.2 + +### Pull Requests + +- [#21](https://github.com/offirgolan/ember-burger-menu/pull/21) Make height 100vh *by [@rwwagner90](https://github.com/rwwagner90)* + ## v1.0.1 ### Pull Requests diff --git a/package.json b/package.json index fe011e5..a6a4eb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-burger-menu", - "version": "1.0.1", + "version": "1.0.2", "description": "An off-canvas sidebar component with a collection of animations and styles using CSS transitions", "directories": { "doc": "doc",