diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index f53cb253e..86a6fa075 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.6.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.6.0...@ohif/viewer@1.6.1) (2019-10-11) + + +### Bug Fixes + +* Switch token storage back to localStorage because in-memory was annoying for end users ([#1030](https://github.com/OHIF/Viewers/issues/1030)) ([412fe4e](https://github.com/OHIF/Viewers/commit/412fe4e)) + + + + + # [1.6.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.5.4...@ohif/viewer@1.6.0) (2019-10-11) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index e79b9801c..0d8643ddc 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.6.0", + "version": "1.6.1", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",