From 94dccacccb1b154a13406278055b7fb2ae7e1f16 Mon Sep 17 00:00:00 2001 From: Sumedha Pramod Date: Wed, 20 Dec 2017 14:39:42 -0800 Subject: [PATCH] Release: 0.7.3 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b38da55..e1b8f9cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## 0.7.3 (2017-12-20) + +* Fix: Safety checks if no threads are registered in the draw controller (#88) ([368c092](https://github.com/box/box-annotations/commit/368c092)) +* Fix: Uncaught errors in drawingModeController.handleSelection() (#87) ([71926ed](https://github.com/box/box-annotations/commit/71926ed)) + + + ## 0.7.2 (2017-12-20) diff --git a/README.md b/README.md index 2a36e69b0..3ecf3a104 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square)](http://opensource.box.com/badges/) [![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-annotations) -[![version](https://img.shields.io/badge/version-v0.7.2-blue.svg?style=flat-square)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v0.7.3-blue.svg?style=flat-square)](https://github.com/box/box-annotations) [![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements) diff --git a/package.json b/package.json index d7c7808d1..b51d1c114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "0.7.2", + "version": "0.7.3", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",