Skip to content

Commit dceaa8a

Browse files
committed
Release 1.0.2
1 parent b8b6611 commit dceaa8a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/vimcaw/craco-fast-refresh/compare/1.0.1...1.0.2) (2020-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [1.0.1](https://github.com/vimcaw/craco-fast-refresh/compare/1.0.0...1.0.1) (2020-09-05)
29

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craco-fast-refresh",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Craco plugin to enable \"Fast Refresh\" (also previously known as Hot Reloading) for React components.",
55
"main": "index.js",
66
"repository": "https://github.com/vimcaw/craco-fast-refresh.git",

0 commit comments

Comments
 (0)