From aab067eabaa310bafdd7b80b052a7c93f151f042 Mon Sep 17 00:00:00 2001 From: Jeremy Press Date: Wed, 10 Jan 2018 16:55:01 -0800 Subject: [PATCH] Release: 0.9.0 --- 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 a3d6f2ded..8b3e56bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +# 0.9.0 (2018-01-11) + +* Fix: Do not destroy pending point threads on mobile re-render (#99) ([3d6f0ef](https://github.com/box/box-annotations/commit/3d6f0ef)) +* Fix: Stop propagating drawing selection event after first click (#97) ([d8c134b](https://github.com/box/box-annotations/commit/d8c134b)) + + + # 0.8.0 (2018-01-03) diff --git a/README.md b/README.md index 6ef8c81f0..29c693221 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.8.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v0.9.0-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 a88da60a1..7b8e6ef0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "0.8.0", + "version": "0.9.0", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",