From 1d51aed47bbe69611cb6747d452bd8cce935f2df Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 18 Jul 2018 07:14:26 -0700 Subject: [PATCH] Weekly release v0.2.44: Function argument modeling Summary: - Support modeling of shapes of optimized function arguments - fix test262 to fail CircleCI test if not enough tests pass - upgrades Prepack to use Babel 7.0.0-beta.53 - Nuclide compatibility fix Reviewed By: gaearon Differential Revision: D8892151 fbshipit-source-id: 8f1397d25d26e822709ed53c8e6d37055fe396ec --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c60775044..d04770136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.44-alpha.0", + "version": "0.2.44", "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": {