From 53c2a09f23bc4fca82ddcc5298d7732803f4380a Mon Sep 17 00:00:00 2001 From: James Hrisho Date: Thu, 28 Jun 2018 14:16:07 -0400 Subject: [PATCH] Up version and update docs --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6f626b..01ab5357 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.3 + +* Fixes #300 where users were not able to set annotations for multiline text that is changed + ## 6.1.2 * Additional Diff documentation diff --git a/package.json b/package.json index 58ddcb91..0db1b62e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ace", - "version": "6.1.2", + "version": "6.1.3", "description": "A react component for Ace Editor", "main": "lib/index.js", "types": "types.d.ts",