diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 8ba3f5bc7..0ce3d0866 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.2](https://github.com/OHIF/Viewers/compare/@ohif/viewer@2.1.1...@ohif/viewer@2.1.2) (2019-10-26) + + +### Bug Fixes + +* update script-tag output to include config from default.js ([c522ff3](https://github.com/OHIF/Viewers/commit/c522ff3ddab7ed8e3a128dd6edd2cd6902226e99)) + + + + + ## [2.1.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@2.1.0...@ohif/viewer@2.1.1) (2019-10-26) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 62c0cdeb3..ce7db4538 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "2.1.1", + "version": "2.1.2", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",