From ed13a977ff0ebfd489a54e92f870966bc18df451 Mon Sep 17 00:00:00 2001 From: Renato Becker Date: Wed, 24 Jul 2019 14:27:42 -0300 Subject: [PATCH] Release the new version of the Livechat widget: 1.1.0. --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571e28e10..e570a8e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.1.0 - 2019-07-24 +* [CHORE] Code base maintenance +* [FIX] Sends the navigation history even when there is no room created +* [FIX] Auto reconnect when current connection closes +* [IMPROVE] German translation +* [NEW] Added two new API events +* [RFR] Improve French translation + ## 1.0.0 - 2019-03-13 * Release Livechat client as a community feature diff --git a/package.json b/package.json index 52397c629..d6ced330e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/livechat", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "repository": { "type": "git",