From a5061a65a3cc8889b763e5a463238b966b0f9c69 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 22 Aug 2018 09:04:57 -0700 Subject: [PATCH] Weekly release v0.2.49 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Fixes #2419 #2386 #2439 #2447 #2432 #2437 #2442 * Fix havoced binding not in optimized function * Allow arrays with widened numeric properties to update index properties * Fix nested for statement bailout with nested for-in * Don’t record modified bindings for immutable bindings when havocing Reviewed By: trueadm, sebmarkbage Differential Revision: D9456957 fbshipit-source-id: f266b8cc73012b9c721f0f9eebd48347bf0e37ae --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a2e5f700c..ad8fe2e1e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.49-alpha.0", + "version": "0.2.49", "description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.", "homepage": "https://github.com/facebook/prepack", "repository": {