From ced385550dff236e87ee1c6c2bedca624f7a22d0 Mon Sep 17 00:00:00 2001 From: anakmagang Date: Wed, 4 Jan 2023 06:12:56 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/r17x/babel-plugin-react-suspense/compare/v1.0.2...v1.0.3) (2023-01-04) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",