Skip to content

Commit 61a43c2

Browse files
committed
Released v1.0.0
1 parent 8ba5eec commit 61a43c2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v1.0.0
4+
5+
### Pull Requests
6+
7+
- [#10](https://github.com/offirgolan/ember-burger-menu/pull/10) [FEATURE] Dismiss menu on item click *by [@offirgolan](https://github.com/offirgolan)*
8+
- [#11](https://github.com/offirgolan/ember-burger-menu/pull/11) [FEATURE] Use a service to hold the menu state *by [@offirgolan](https://github.com/offirgolan)*
9+
310
## v0.2.1
411

512
### Pull Requests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-burger-menu",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "An off-canvas sidebar component with a collection of animations and styles using CSS transitions",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)