From d887755e90f90581be4fbe838053ad2559c4b9ef Mon Sep 17 00:00:00 2001 From: Dray Lacy Date: Fri, 2 Dec 2016 11:21:42 -0500 Subject: [PATCH] 3.1.0 release --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f9e5f3..944f0803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/package.json b/package.json index 11c8fa71..9b9274a3 100644 --- a/package.json +++ b/package.json @@ -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",