From 1fb98884d2b42aed8c3d92cd0be1d41b59ee3536 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Mon, 9 Sep 2019 16:35:06 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/viewer@1.0.2 --- 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 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 61f69ab69..3452a7ee3 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",