From d89bc118d2beb124c08c3789afc6c0ede6fac460 Mon Sep 17 00:00:00 2001 From: Sumedha Pramod Date: Fri, 8 Dec 2017 14:42:15 -0800 Subject: [PATCH] Release: 0.6.2 --- 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 a132de260..2aee177c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## 0.6.2 (2017-12-08) + +* Update: Exporting BoxAnnotations correctly in npm package (#65) ([cf95efa](https://github.com/box/box-annotations/commit/cf95efa)) +* Fix: Use correct build script in publish.sh (#64) ([a90b0e8](https://github.com/box/box-annotations/commit/a90b0e8)) + + + ## 0.6.1 (2017-12-07) diff --git a/README.md b/README.md index bf2e6b092..08f8602c0 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.6.1-blue.svg?style=flat-square)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v0.6.2-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 ac7196d1a..5c245eaa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "0.6.1", + "version": "0.6.2", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",