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

Commit d887755

Browse files
committed
3.1.0 release
1 parent f5c33a3 commit d887755

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
See [changes since release][HEAD].
66

7+
## [3.1.0][] / 2016-12-02
8+
9+
* [#32](https://github.com/IvyApp/ivy-tabs/pull/32) Add Ember 2.10 support.
10+
711
## [3.0.2][] / 2016-10-14
812

913
* Remove `throw` when a tab is not found by index or model. Add "dynamic tabs" example page to the dummy app.
@@ -137,4 +141,5 @@ to the README for current usage.
137141
[3.0.0]: https://github.com/IvyApp/ivy-tabs/compare/v2.0.0...v3.0.0
138142
[3.0.1]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.0...v3.0.1
139143
[3.0.2]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.1...v3.0.2
140-
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.2...master
144+
[3.1.0]: https://github.com/IvyApp/ivy-tabs/compare/v3.0.2...v3.1.0
145+
[HEAD]: https://github.com/IvyApp/ivy-tabs/compare/v3.1.0...master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ivy-tabs",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "WAI-ARIA accessible tabs for Ember.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)