diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index ddeb7baf1..6cf9db017 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.8](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.3.7...@ohif/viewer@3.3.8) (2020-01-10) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [3.3.7](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.3.6...@ohif/viewer@3.3.7) (2020-01-08) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 83c31b5bf..04a5fb25d 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "3.3.7", + "version": "3.3.8", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -45,6 +45,7 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", + "@ffmpeg-installer/ffmpeg": "1.0.20", "@ohif/core": "^2.3.2", "@ohif/extension-cornerstone": "^2.2.1", "@ohif/extension-dicom-html": "^1.1.0", @@ -54,7 +55,6 @@ "@ohif/i18n": "^0.52.4", "@ohif/ui": "^1.1.8", "@tanem/react-nprogress": "^1.1.25", - "@ffmpeg-installer/ffmpeg": "1.0.20", "classnames": "^2.2.6", "core-js": "^3.2.1", "cornerstone-core": "^2.2.8",