From 7f4d71e412d21f938a0b4e12220540b3e6d8bda8 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Thu, 26 Sep 2019 17:56:20 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/viewer@1.2.0 --- platform/viewer/CHANGELOG.md | 11 +++++++++++ platform/viewer/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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",