From 9fb674fd0d777044604fe366d60fe23bb880f320 Mon Sep 17 00:00:00 2001 From: Sumedha Pramod Date: Wed, 20 Dec 2017 10:12:16 -0800 Subject: [PATCH] Release: 0.7.2 --- 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 f29dcce54..31b38da55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 0.7.2 (2017-12-20) + +* Fix: Remove fixed position of mobile header (#85) ([eb02199](https://github.com/box/box-annotations/commit/eb02199)), closes [#85](https://github.com/box/box-annotations/issues/85) + + + ## 0.7.1 (2017-12-19) diff --git a/README.md b/README.md index 3d2743767..2a36e69b0 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.1-blue.svg?style=flat-square)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v0.7.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 9634a4c6d..d7c7808d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "0.7.1", + "version": "0.7.2", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",