From 8823256d6b828f7a93fd6ef56fcfc66ce31b0bc1 Mon Sep 17 00:00:00 2001 From: Chris Blappert Date: Mon, 6 Nov 2017 15:27:56 -0800 Subject: [PATCH] Prepack release v0.2.11 Summary: Prepack weekly release: jsx, conditional exceptions, lazy objects Reviewed By: hermanventer Differential Revision: D6242544 fbshipit-source-id: 1441005afab11ca9744a55644a4ac712576cbac0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f329b14aa1..4e2fab1418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.11-alpha.0", + "version": "0.2.11", "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": {