From c6110aa6338578d618ef8f1e3bf2299cf717f6b0 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 18 Aug 2021 14:00:12 -0300 Subject: [PATCH] Release 1.9.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e383264a..531036d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.9.4 - 2021-08-19 +[FIX] Iframe overlay (#631) +[IMPROVE] German informal translation (#622) +[FIX] Translation error on department (#632) +[IMPROVE] Open links in another tab on Livechat widget (#610) +[IMPROVE] Dutch Translations (#601) ## 1.9.3 - 2021-04-21 [FIX] sound notification on/off (#567) diff --git a/package.json b/package.json index da8764703..c9d4acad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.9.3", + "version": "1.9.4", "files": [ "/build" ],