From a89b3b2a4da8c58fc035be811de2dad55213dce4 Mon Sep 17 00:00:00 2001 From: Herman Venter Date: Wed, 18 Oct 2017 00:40:40 -0700 Subject: [PATCH] Weekly release v0.2.10: Exceptions, JSX, optimizations Summary: Release notes: Generate code for uncaught exceptions at the top level Adds JSX and ReactElement evaluation/serialization support Avoid duplicate nested function bodies Reviewed By: cblappert Differential Revision: D6079861 fbshipit-source-id: e80e813469def0b98b1799edb79217f45980f911 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7626f0cbe6..39d8761b01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.10-alpha.0", + "version": "0.2.10", "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": {