From 549906cee9e4577f95d6a0ca96efd17010fa0f47 Mon Sep 17 00:00:00 2001 From: James Hrisho Date: Tue, 10 Oct 2017 07:52:40 -0400 Subject: [PATCH] 5.4.0 release --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feea44b3..71c4b688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ * Fully move to TypeScript interally * Publish typings for the split editor +## 5.4.0 + +* #285: Added the possibility to change key bindings of existing commands. thanks to @FurcyPin + ## 5.3.0 * Adds support for React 16 thanks to @layershifter diff --git a/package.json b/package.json index e42d3a31..3d4d1808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ace", - "version": "5.3.0", + "version": "5.4.0", "description": "A react component for Ace Editor", "main": "lib/index.js", "types": "types.d.ts",