Skip to content

Commit

Permalink
Merge pull request #90 from k-fish/version-2.0.1
Browse files Browse the repository at this point in the history
Bump version 2.0.1
  • Loading branch information
k-fish authored Jan 9, 2017
2 parents ab11bfa + b33555d commit a5c4cff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### [2.0.1]
- Fix: update ember-getowner-polyfill to remove deprecation ([#86](https://github.com/freshbooks/ember-responsive/pull/86) @kellyselden)
- Fix: Remove deprecated Ember.K ([#89](https://github.com/freshbooks/ember-responsive/pull/89) @cibernox)

### [2.0.0]
- Breaking Change: Initializer is now generated instead of included. Run `ember g ember-responsive` to generate the required file. ([#83](https://github.com/freshbooks/ember-responsive/pull/83))

Expand Down Expand Up @@ -62,3 +66,4 @@
[1.2.9]: https://github.2ndsiteinc.com/dev/freshbooks_billing/compare/v1.2.8...v1.2.9
[1.2.10]: https://github.2ndsiteinc.com/dev/freshbooks_billing/compare/v1.2.9...v1.2.10
[2.0.0]: https://github.2ndsiteinc.com/dev/freshbooks_billing/compare/v1.2.10...v2.0.0
[2.0.1]: https://github.2ndsiteinc.com/dev/freshbooks_billing/compare/v2.0.0...v2.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-responsive",
"version": "2.0.0",
"version": "2.0.1",
"description": "An ember-cli addon that give you a simple, Ember-aware way of dealing with media queries.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit a5c4cff

Please sign in to comment.