Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
 - rest-hooks@4.3.0-beta.1
  • Loading branch information
ntucker committed Jan 22, 2020
1 parent 6ac25ac commit 890b8e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/rest-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.0-beta.1](https://github.com/coinbase/rest-hooks/compare/rest-hooks@4.3.0-beta.0...rest-hooks@4.3.0-beta.1) (2020-01-22)


### 💅 Enhancement

* NM only marks fetch processing in dev mode ([3bfec50](https://github.com/coinbase/rest-hooks/commit/3bfec50e9af7d1331dc78a01d5d360fb2a0fd3e5))


### 🐛 Bug Fix

* Optimistic updates now trigger for results with empty string ([#248](https://github.com/coinbase/rest-hooks/issues/248)) ([6ac25ac](https://github.com/coinbase/rest-hooks/commit/6ac25acfff37e91e9e00c3449f1c5ee83285d46e))



## [4.3.0-beta.0](https://github.com/coinbase/rest-hooks/compare/rest-hooks@4.2.4...rest-hooks@4.3.0-beta.0) (2020-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/rest-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rest-hooks",
"version": "4.3.0-beta.0",
"version": "4.3.0-beta.1",
"description": "Delightful data fetching for React",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 890b8e0

Please sign in to comment.