Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
monder committed Aug 1, 2016
1 parent dcb4d92 commit cdb34a9
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,10 @@
# React Resolver Changelog

### v3.0.3 - (2016-08-01)
- Fix promise duplication
<https://github.com/ericclemmons/react-resolver/pull/117>
<https://github.com/ericclemmons/react-resolver/issues/116>

### v3.0.2 - (2016-06-30)

- Fix `@client()` not showing the loader.
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": "react-resolver",
"version": "3.0.2",
"version": "3.0.3",
"description": "Async-rendering & data-fetching for universal React applications",
"main": "dist/index.js",
"directories": {
Expand Down

0 comments on commit cdb34a9

Please sign in to comment.