Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
omghax committed Dec 2, 2016
1 parent f5c33a3 commit d887755
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

See [changes since release][HEAD].

## [3.1.0][] / 2016-12-02

* [#32](https://github.com/IvyApp/ivy-tabs/pull/32) Add Ember 2.10 support.

## [3.0.2][] / 2016-10-14

* Remove `throw` when a tab is not found by index or model. Add "dynamic tabs" example page to the dummy app.
Expand Down Expand Up @@ -137,4 +141,5 @@ to the README for current usage.
[3.0.0]: https://github.com/IvyApp/ivy-tabs/compare/v2.0.0...v3.0.0
[3.0.1]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.0...v3.0.1
[3.0.2]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.1...v3.0.2
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.2...master
[3.1.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.2...v3.1.0
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.1.0...master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ivy-tabs",
"version": "3.0.2",
"version": "3.1.0",
"description": "WAI-ARIA accessible tabs for Ember.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit d887755

Please sign in to comment.