Skip to content

Commit

Permalink
chore(release): 1.0.0-nightly.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-nightly.5](v1.0.0-nightly.4...v1.0.0-nightly.5) (2020-08-29)

### Bug Fixes

* **queryHelpers:** fix ssr logic ([b255fd5](b255fd5))
* **queryHelpers:** fix ssr logic ([c16229b](c16229b))
  • Loading branch information
oneamexbot committed Aug 29, 2020
1 parent e68cb3a commit 7f0c747
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.0.0-nightly.5](https://github.com/americanexpress/fetchye/compare/v1.0.0-nightly.4...v1.0.0-nightly.5) (2020-08-29)


### Bug Fixes

* **queryHelpers:** fix ssr logic ([b255fd5](https://github.com/americanexpress/fetchye/commit/b255fd57820bad20e65147a635be461af376b0ba))
* **queryHelpers:** fix ssr logic ([c16229b](https://github.com/americanexpress/fetchye/commit/c16229bdf558375ca67ea0654ec604850ecae44a))

# [1.0.0-nightly.4](https://github.com/americanexpress/fetchye/compare/v1.0.0-nightly.3...v1.0.0-nightly.4) (2020-08-28)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchye",
"version": "1.0.0-nightly.4",
"version": "1.0.0-nightly.5",
"description": "If you know how to use Fetch, you know how to use Fetchye [fetch-yae]. Simple React Hooks, Centralized Cache, Infinitely Extensible.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 7f0c747

Please sign in to comment.