Skip to content

Commit

Permalink
update package version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
treywood committed Dec 14, 2016
1 parent bd1ed22 commit e554ae6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# [Unreleased]
## [2.1.0] - 2016-12-14
### Added

Routes now have `subscribeController(controller)` and `unsubscribeController(controller)` methods for managing subscriptions to an Observable model.
Routes now have `subscribeController(controller)` and `unsubscribeController(controller)`
methods for managing subscriptions to an Observable model.

## [2.0.0] - 2016-12-13
### Changed

- `this.observable.properties` now emits an object hash of property values instead of an array

[Unreleased]: https://github.com/treywood/ember-cli-rxjs/compare/2.0.0...HEAD
[Unreleased]: https://github.com/treywood/ember-cli-rxjs/compare/2.1.0...HEAD
[2.0.0]: https://github.com/treywood/ember-cli-rxjs/compare/1.0.0...2.0.0
[2.1.0]: https://github.com/treywood/ember-cli-rxjs/compare/2.0.0...2.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-rxjs",
"version": "2.0.0",
"version": "2.1.0",
"description": "RxJS utilities for Ember.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit e554ae6

Please sign in to comment.