From c55d2c3dc8db8dc4039ce8eb25efa641e0d8a237 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Wed, 20 May 2020 23:37:54 -0300 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 9 +++++++++ package.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded861ccf..5ecdb76f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 1.5.0 - 2020-05-20 +* [NEW] Support Registration Form custom fields (#407) … +* [NEW] Translated to Hebrew (#348) +* [NEW] Update es.json (#357) +* [NEW] Russian translation (#359) +* [FIX] Dutch translations (#391) +* [IMPROVE] Update ro.json (397) +* [FIX] Dutch translations + ## 1.4.0 - 2020-03-19 * [NEW] Add new API method the set the default Agent before chatting (#383) * [NEW] Keep trigger messages after the conversation starts. (#384) diff --git a/package.json b/package.json index 462b21090..7bd533189 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "@rocket.chat/livechat", - "version": "1.4.0", + "version": "1.5.0", "files": [ "/build" ], + "license": "MIT", "repository": { "type": "git",