diff --git a/CHANGELOG.md b/CHANGELOG.md index 072354a87..98ea48e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# 1.2.0 (2018-04-03) + +* Fix: Cleaning up incorrect selectors (#157) ([1710ece](https://github.com/box/box-annotations/commit/1710ece)) +* Fix: Mobile dialog doesn't properly close on delete cancel/confirm (#148) ([523217a](https://github.com/box/box-annotations/commit/523217a)), closes [#148](https://github.com/box/box-annotations/issues/148) +* Chore: Add nsp to scan from known vulnerabilities (#153) ([5db437d](https://github.com/box/box-annotations/commit/5db437d)) +* Chore: Group CSS constants in a more readable manner (#150) ([b110632](https://github.com/box/box-annotations/commit/b110632)) +* Chore: Remove -x tag in release script (#151) ([abbaf03](https://github.com/box/box-annotations/commit/abbaf03)) +* Chore: Run eslint on test files (#149) ([75277fc](https://github.com/box/box-annotations/commit/75277fc)) +* Chore: Use decode keydown from box-react-ui to prevent duplication (#152) ([c54de5e](https://github.com/box/box-annotations/commit/c54de5e)) +* Chore: Use node 8 for building (#154) ([df7a4e5](https://github.com/box/box-annotations/commit/df7a4e5)) +* Docs: Updating issue template (#156) ([a303ac4](https://github.com/box/box-annotations/commit/a303ac4)) + + + # 1.1.0 (2018-03-27) diff --git a/README.md b/README.md index 629d6d1c8..089605d89 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-v1.1.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v1.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 8011f344f..6dc3a1b67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "1.1.0", + "version": "1.2.0", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",