From 571dff2c0984397b6012c33ced9d6ac334ac1f81 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Wed, 15 Jan 2020 14:16:43 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/viewer@3.4.1 --- 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 604f8c3bc..40e3e457a 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. +## [3.4.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.4.0...@ohif/viewer@3.4.1) (2020-01-15) + + +### Bug Fixes + +* 🐛 Metadata is being mistakenly purged ([#1360](https://github.com/OHIF/Viewers/issues/1360)) ([b9a66d4](https://github.com/OHIF/Viewers/commit/b9a66d44241f2896ef184511287fb4984671e16d)), closes [#1326](https://github.com/OHIF/Viewers/issues/1326) + + + + + # [3.4.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.3.8...@ohif/viewer@3.4.0) (2020-01-14) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index a616a34ab..cb6af7383 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "3.4.0", + "version": "3.4.1", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",