From 16b6a1ebe3f690699cf1e2f4010f902ab26eaa93 Mon Sep 17 00:00:00 2001 From: patak-dev Date: Mon, 13 Dec 2021 11:42:02 +0100 Subject: [PATCH] release: plugin-react@1.1.2 --- packages/plugin-react/CHANGELOG.md | 9 +++++++++ packages/plugin-react/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/plugin-react/CHANGELOG.md b/packages/plugin-react/CHANGELOG.md index c3887f6943b521..f0310312556c39 100644 --- a/packages/plugin-react/CHANGELOG.md +++ b/packages/plugin-react/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.2](https://github.com/vitejs/vite/compare/plugin-react@1.1.1...plugin-react@1.1.2) (2021-12-13) + + +### Bug Fixes + +* ignore babel config when running restore-jsx ([#6047](https://github.com/vitejs/vite/issues/6047)) ([9c2843c](https://github.com/vitejs/vite/commit/9c2843cf0506844ee32f042a04c22c440434df2a)) + + + ## [1.1.1](https://github.com/vitejs/vite/compare/plugin-react@1.1.0...plugin-react@1.1.1) (2021-12-07) diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 5e60ed73b10833..360add3a0e6695 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "author": "Evan You", "contributors": [