Skip to content

Commit

Permalink
chore(publish): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jan 27, 2017
1 parent 76ab347 commit 6bc7b4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.7.0"></a>
# [0.7.0](https://github.com/Netflix/falcor-router/compare/0.6.1...v0.7.0) (2017-01-27)


### Features

* **methodSummary hooking:** add methodSummary hooking to get, set and call ([521fff3](https://github.com/Netflix/falcor-router/commit/521fff3))


### BREAKING CHANGES

* **routeSummary hook:** The `routeSummary` hook has been removed in favor of the `methodSummary` hook.



<a name="0.6.1"></a>
## [0.6.1](https://github.com/Netflix/falcor-router/compare/0.6.0...v0.6.1) (2017-01-26)

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.6.1",
"version": "0.7.0",
"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 6bc7b4b

Please sign in to comment.