diff --git a/CHANGELOG.md b/CHANGELOG.md index 60610d0..e161ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.0.11](https://github.com/r17x/babel-plugin-react-suspense/compare/v1.0.10...v1.0.11) (2024-12-15) + ## [1.0.10](https://github.com/r17x/babel-plugin-react-suspense/compare/v1.0.9...v1.0.10) (2024-11-21) ## [1.0.9](https://github.com/r17x/babel-plugin-react-suspense/compare/v1.0.8...v1.0.9) (2024-11-15) diff --git a/package.json b/package.json index b8219f3..e9dc39c 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.10", + "version": "1.0.11", "keywords": [ "react", "react-suspense",