Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
### Version 0.48.1 (Capture HTTP ERRORS in logs)
Browse files Browse the repository at this point in the history
#### Fix

- try fix error "UnhandledRejection Error: Reducers may not dispatch actions." for "progress > 100%" error.
  • Loading branch information
ericpyle committed Oct 19, 2019
1 parent f00ac08 commit e994656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 0.48.1 (Capture HTTP ERRORS in logs)

#### Fix

- try fix error "UnhandledRejection Error: Reducers may not dispatch actions." for "progress > 100%" error.

### Version 0.48.0 (Capture HTTP ERRORS in logs)

#### Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nathanael",
"productName": "nathanael",
"version": "0.48.0",
"version": "0.48.1",
"description": "Electron frontend to DBL dot Local",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit e994656

Please sign in to comment.