diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 066493727..22dd5f9df 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.3.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.3.0...@ohif/viewer@1.3.1) (2019-10-01) + + +### Bug Fixes + +* Exit MPR mode if Layout is changed ([#984](https://github.com/OHIF/Viewers/issues/984)) ([674ca9f](https://github.com/OHIF/Viewers/commit/674ca9f)) + + + + + # [1.3.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.2.8...@ohif/viewer@1.3.0) (2019-10-01) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 97963c2c2..df7116794 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.3.0", + "version": "1.3.1", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",