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",