Skip to content

Commit

Permalink
Multiple FileRef calls creates infinite loop error Fixes #96
Browse files Browse the repository at this point in the history
  • Loading branch information
joegasewicz committed Jan 20, 2021
1 parent bab7e4b commit b637bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

### Changed

**Release 0.0.26** - 2021-01-20
**Release 0.0.26 - 0.0.27** - 2021-01-20
- Multiple FileRef calls creates infinite loop error 🐛 [Issue #96](https://github.com/joegasewicz/react-bare-forms/issues/96)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bare-forms",
"version": "0.0.26",
"version": "0.0.28",
"description": "A bare minimal React form library for quick & simple forms.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b637bcb

Please sign in to comment.