diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4e4add1..6df28a3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 2.2.0 (2018-06-05) + +* Fix: Ensure pending annotations are destroyed on re-render (#194) ([1422357](https://github.com/box/box-annotations/commit/1422357)), closes [#194](https://github.com/box/box-annotations/issues/194) +* Fix: Functional tests (#193) ([82bf717](https://github.com/box/box-annotations/commit/82bf717)), closes [#193](https://github.com/box/box-annotations/issues/193) +* Fix: if annotation click is outside the doc, ignore (#192) ([b74484b](https://github.com/box/box-annotations/commit/b74484b)), closes [#192](https://github.com/box/box-annotations/issues/192) + + + ## 2.1.0 (2018-05-29) diff --git a/README.md b/README.md index f968e30f8..55ec34da0 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-v2.1.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v2.2.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) [![Greenkeeper badge](https://badges.greenkeeper.io/box/box-annotations.svg)](https://greenkeeper.io/) diff --git a/package.json b/package.json index 99872f086..d155e5907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "2.1.0", + "version": "2.2.0", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",