Skip to content

Commit

Permalink
chore(publish): release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lrowe committed Jun 1, 2017
1 parent 5600f5b commit a015c8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

<a name="0.8.1"></a>
## 0.8.1 (2017-06-01)


### Bug Fixes

* Handle Falcor style observables from unhandled path datasource. ([07ce5ff](https://github.com/Netflix/falcor-router/commit/07ce5ff))
* Make rxNewToRxNewAndOld work with old observers missing onNext. ([f407745](https://github.com/Netflix/falcor-router/commit/f407745))



<a name="0.8.0"></a>
# 0.8.0 (2017-02-14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "falcor-router",
"version": "0.8.0",
"version": "0.8.1",
"description": "A router DataSource constructor for falcor that allows you to model all your cloud data sources as a single JSON resource.",
"main": "src/Router.js",
"homepage": "https://github.com/Netflix/falcor-router",
Expand Down

0 comments on commit a015c8d

Please sign in to comment.