Skip to content

Commit

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

### Bug Fixes

* **selector:** ensure selector is called on demand ([b3e3e58](b3e3e58))

### Features

* **ssr:** working initialData api ([0a0ebca](0a0ebca))
  • Loading branch information
oneamexbot committed Sep 3, 2020
1 parent d347521 commit 4d65c2f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-nightly.6](https://github.com/americanexpress/fetchye/compare/v1.0.0-nightly.5...v1.0.0-nightly.6) (2020-09-03)


### Bug Fixes

* **selector:** ensure selector is called on demand ([b3e3e58](https://github.com/americanexpress/fetchye/commit/b3e3e5803b8c4f0f8b650e195680a90823597956))


### Features

* **ssr:** working initialData api ([0a0ebca](https://github.com/americanexpress/fetchye/commit/0a0ebcaa3118710a82a916dd46e948125adb90b7))

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


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.5",
"version": "1.0.0-nightly.6",
"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 4d65c2f

Please sign in to comment.