From a3028ad1f6242529bfc5312c04a93a3fec29ca3e Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Tue, 29 Oct 2019 20:17:36 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/viewer@2.3.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 a2a58f18b..84a2deeb8 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.3.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@2.3.0...@ohif/viewer@2.3.1) (2019-10-29) + + +### Bug Fixes + +* rollbar template needs PUBLIC_URL defined ([#1127](https://github.com/OHIF/Viewers/issues/1127)) ([352407c](https://github.com/OHIF/Viewers/commit/352407c71ae93946e9ebad41446d6086cfbc237b)) + + + + + # [2.3.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@2.2.2...@ohif/viewer@2.3.0) (2019-10-29) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index a2929ee03..04e4de192 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "2.3.0", + "version": "2.3.1", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",