Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vimcaw committed Sep 17, 2020
1 parent b8b6611 commit dceaa8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/vimcaw/craco-fast-refresh/compare/1.0.1...1.0.2) (2020-09-17)


### Bug Fixes

* prevent the error when user don't define a babel and webpack field ([#1](https://github.com/vimcaw/craco-fast-refresh/issues/1)) ([456506f](https://github.com/vimcaw/craco-fast-refresh/commit/456506f799ffc925dc104d94dae9e27b5237d44f))

## [1.0.1](https://github.com/vimcaw/craco-fast-refresh/compare/1.0.0...1.0.1) (2020-09-05)

# [1.0.0](https://github.com/vimcaw/craco-fast-refresh/compare/ls...1.0.0) (2020-09-05)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craco-fast-refresh",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Craco plugin to enable \"Fast Refresh\" (also previously known as Hot Reloading) for React components.",
"main": "index.js",
"repository": "https://github.com/vimcaw/craco-fast-refresh.git",
Expand Down

0 comments on commit dceaa8a

Please sign in to comment.