From 4b52d1a61eac980412479ed3b185b3cbb34c7972 Mon Sep 17 00:00:00 2001 From: Wenbo Yu Date: Thu, 18 Jan 2018 16:13:17 -0800 Subject: [PATCH] Release: 3.5.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fcc073e6..9cf1f5a4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ + +## 3.5.2 (2018-01-19) + +* Fix: chunked upload throws exception from web worker (#164) ([afab169](https://github.com/box/box-ui-elements/commit/afab169)) +* Chore: accelerate prod build with worker-farm (#162) ([fe3daf0](https://github.com/box/box-ui-elements/commit/fe3daf0)) +* Mojito: Update translations (#163) ([a7f846c](https://github.com/box/box-ui-elements/commit/a7f846c)) + + + ## 3.5.1 (2018-01-16) +* Release: 3.5.1 ([ccf3344](https://github.com/box/box-ui-elements/commit/ccf3344)) * Update: Add documentation for regenerator runtime ([985d6b6](https://github.com/box/box-ui-elements/commit/985d6b6)) * Update: Import regnerator runtime as part of React components (#161) ([f6ef28d](https://github.com/box/box-ui-elements/commit/f6ef28d)) diff --git a/package.json b/package.json index 4a517602ba..b44b8b81d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-ui-elements", - "version": "3.5.1", + "version": "3.5.2", "description": "Box UI Elements", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",