diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index c6af0f7ec..4dcda3b25 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.1.14...@ohif/viewer@1.2.0) (2019-09-26) + + +### Features + +* 🎸 React custom component on toolbar button ([#935](https://github.com/OHIF/Viewers/issues/935)) ([a90605c](https://github.com/OHIF/Viewers/commit/a90605c)) + + + + + ## [1.1.14](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.1.13...@ohif/viewer@1.1.14) (2019-09-26) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 81e4ca67e..ec729aad0 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.1.14", + "version": "1.2.0", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",