diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e015669..e4141844b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v0.119.1](https://github.com/box/box-content-preview/tree/v0.119.1) (2017-04-12) +[Full Changelog](https://github.com/box/box-content-preview/compare/v0.119.0...v0.119.1) + +**Merged pull requests:** + +- Fix: adding patch to options check in release script [\#69](https://github.com/box/box-content-preview/pull/69) ([jeremypress](https://github.com/jeremypress)) +- Fix: updating metadata from repStatus [\#60](https://github.com/box/box-content-preview/pull/60) ([jeremypress](https://github.com/jeremypress)) + ## [v0.119.0](https://github.com/box/box-content-preview/tree/v0.119.0) (2017-04-11) [Full Changelog](https://github.com/box/box-content-preview/compare/v0.118.0...v0.119.0) diff --git a/README.md b/README.md index 8cf675aae..da2e62532 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg) -![NPM version](https://img.shields.io/badge/npm-v0.119.0-blue.svg) +![NPM version](https://img.shields.io/badge/npm-v0.119.1-blue.svg) [Box Content Preview](https://docs.box.com/docs/box-content-preview) ==================================================================== @@ -16,11 +16,11 @@ If your browser doesn't natively support Promises, include a Promise library (e. Current Version --------------- -* Version: v0.119.0 +* Version: v0.119.1 * Locale: en-US -https://cdn01.boxcdn.net/platform/preview/0.119.0/en-US/preview.js -https://cdn01.boxcdn.net/platform/preview/0.119.0/en-US/preview.css +https://cdn01.boxcdn.net/platform/preview/0.119.1/en-US/preview.js +https://cdn01.boxcdn.net/platform/preview/0.119.1/en-US/preview.css Supported Locales ----------------- @@ -47,8 +47,8 @@ You can self-host the Box Content Preview UI Kit and Promise library or referenc - - + +
diff --git a/package.json b/package.json index 1b3c79703..cb5965517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-content-preview", - "version": "0.119.0", + "version": "0.119.1", "description": "Box Content Preview", "author": "Box (https://www.box.com/)", "license": "Box Software Development Kit License Agreement",