diff --git a/CHANGELOG.md b/CHANGELOG.md index da8cb35..d41c8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.0.3](https://github.com/r17x/babel-plugin-react-suspense/compare/v1.0.2...v1.0.3) (2023-01-04) + ## [1.0.2](https://github.com/r17x/babel-plugin-react-suspense/compare/v1.0.1...v1.0.2) (2022-10-20) ## [1.0.1](https://github.com/r17x/babel-plugin-react-suspense/compare/v1.0.0...v1.0.1) (2022-10-19) diff --git a/package.json b/package.json index a1888c6..1705198 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "r17x ", "homepage": "https://github.com/r17x/babel-plugin-react-suspense", "repository": "https://github.com/r17x/babel-plugin-react-suspense", - "version": "1.0.2", + "version": "1.0.3", "keywords": [ "react", "react-suspense",