From 349ac76b26782601404fe9402ab0e06daae5f804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ma=C5=82ecki?= Date: Wed, 24 Sep 2025 03:31:51 -0700 Subject: [PATCH] Set hermes-compiler version to 250829098.0.0 Summary: Prepares hermes-compiler in static_h before publishing. Reviewed By: cipolleschi Differential Revision: D83140841 --- npm/hermes-compiler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/hermes-compiler/package.json b/npm/hermes-compiler/package.json index 04eb625a5f4..76e968b2308 100644 --- a/npm/hermes-compiler/package.json +++ b/npm/hermes-compiler/package.json @@ -1,6 +1,6 @@ { "name": "hermes-compiler", - "version": "250829098.0.0-alpha.1", + "version": "250829098.0.0", "private": false, "description": "The hermes compiler CLI used during the React Native build process", "license": "MIT",