diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8bfec..c0daf53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.0.3](https://github.com/vimcaw/craco-fast-refresh/compare/1.0.2...1.0.3) (2020-12-14) + ## [1.0.2](https://github.com/vimcaw/craco-fast-refresh/compare/1.0.1...1.0.2) (2020-09-17) diff --git a/package.json b/package.json index 1a64f9e..378cb9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craco-fast-refresh", - "version": "1.0.2", + "version": "1.0.3", "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",