From 9c8f9c38d1e8e30011e718ed5a90bcf44a0e2fb6 Mon Sep 17 00:00:00 2001 From: James Hrisho Date: Tue, 3 Jul 2018 20:05:46 -0300 Subject: [PATCH] Up version to 6.1.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ab5357..fd2c58f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ * Fully move to TypeScript interally * Publish typings for the split and diff editor +## 6.1.4 + +* Fixes #479 Diff component does not refresh when value prop changes + ## 6.1.3 * Fixes #300 where users were not able to set annotations for multiline text that is changed diff --git a/package.json b/package.json index fbdef235..b59d02e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ace", - "version": "6.1.3", + "version": "6.1.4", "description": "A react component for Ace Editor", "main": "lib/index.js", "types": "types.d.ts",