From bd30dc3ae23acbb42b29b68fcb91c339e6f7c829 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Wed, 29 May 2024 12:01:35 +0900 Subject: [PATCH] Bump version to 0.0.0-experimental-a97cca1-20240529 --- compiler/packages/eslint-plugin-react-compiler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/packages/eslint-plugin-react-compiler/package.json b/compiler/packages/eslint-plugin-react-compiler/package.json index fa48159859..25bfc0dcb1 100644 --- a/compiler/packages/eslint-plugin-react-compiler/package.json +++ b/compiler/packages/eslint-plugin-react-compiler/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-compiler", - "version": "0.0.0-experimental-c8b3f72-20240517", + "version": "0.0.0-experimental-a97cca1-20240529", "description": "ESLint plugin to display errors found by the React compiler.", "main": "dist/index.js", "scripts": {