Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
version bump (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley authored Aug 24, 2017
1 parent 1b28d92 commit d58d9b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change log

### vNext


### 1.4.15
- Fix: handle calling refetch in child componentDidMount
- Fix: ensure options gets up to date props [#1025](https://github.com/apollographql/react-apollo/pull/1005)
- Fix: ensure queryRecycler exists before using it
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-apollo",
"version": "1.4.14",
"version": "1.4.15",
"description": "React data container for Apollo Client",
"main": "lib/react-apollo.umd.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit d58d9b8

Please sign in to comment.