From f223e43687fbcc38a4d3d8e4c6afa261fec21ba7 Mon Sep 17 00:00:00 2001 From: Daniel DeMicco Date: Fri, 18 May 2018 12:39:56 -0700 Subject: [PATCH] Release: 2.0.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df9d69e4..0882e86c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 2.0.1 (2018-05-18) + +* Fix: Hiding annotations for the image viewer (#189) ([8315778](https://github.com/box/box-annotations/commit/8315778)), closes [#189](https://github.com/box/box-annotations/issues/189) + + + ## 2.0.0 (2018-05-15) diff --git a/README.md b/README.md index 927cc1e11..6b848c3f3 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.0.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v2.0.1-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 bf68f88d8..6bc7f9baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "2.0.0", + "version": "2.0.1", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",