diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index a5aa89df3..f05074dac 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.0.2](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.0.1...@ohif/viewer@1.0.2) (2019-09-09) + + +### Bug Fixes + +* import regenerator-runtime for umd build ([bad987a](https://github.com/OHIF/Viewers/commit/bad987a)) + + + + + ## [1.0.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.0.0...@ohif/viewer@1.0.1) (2019-09-09) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 191cbab3a..cb5ad8888 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.0.1", + "version": "1.0.2", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",