diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index d4b073224e9..82efdc88b07 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.9.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.9.0...@ohif/viewer@1.9.1) (2019-10-15) + + +### Bug Fixes + +* 🐛 Remove debugger statement left in from last PR ([#1052](https://github.com/OHIF/Viewers/issues/1052)) ([d091cd6](https://github.com/OHIF/Viewers/commit/d091cd6)) + + + + + # [1.9.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.8.0...@ohif/viewer@1.9.0) (2019-10-15) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 0157904428a..c82efc00ffc 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.9.0", + "version": "1.9.1", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",