From 980516fcfcfd4f1c9aaaa6f097afe8ce64411cbe Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Sat, 26 Oct 2019 04:06:48 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/viewer@2.1.1 --- 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 e0dcf150d..8ba3f5bc7 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. +## [2.1.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@2.1.0...@ohif/viewer@2.1.1) (2019-10-26) + + +### Bug Fixes + +* 🐛 JSON launch not working properly ([#1089](https://github.com/OHIF/Viewers/issues/1089)) ([#1093](https://github.com/OHIF/Viewers/issues/1093)) ([2677170](https://github.com/OHIF/Viewers/commit/2677170d67659ee178cf77307414d54cfe9cb563)) + + + + + # [2.1.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@2.0.0...@ohif/viewer@2.1.0) (2019-10-26) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index afca479b7..62c0cdeb3 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "2.1.0", + "version": "2.1.1", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",