From e5a2fe2f89349a304a0acf9f8503cb7d0a7e9ca6 Mon Sep 17 00:00:00 2001 From: Herman Venter Date: Wed, 29 Nov 2017 15:55:57 -0800 Subject: [PATCH] Weekly release v0.2.13: Debugger and lazy objets Summary: Improvements to the debugger and the test runner for lazy objects. Miscellaneous bug fixes in the Abstract Interpreter and serializer. Reviewed By: yinghuitan Differential Revision: D6430111 fbshipit-source-id: c2046973871e779379da95394b986395d355b5ba --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0795dcf26..951ed31b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.13-alpha.0", + "version": "0.2.13", "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": {