Skip to content

Commit

Permalink
5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Nov 30, 2017
1 parent ff1a674 commit 992f1b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* Fully move to TypeScript interally
* Publish typings for the split editor

## 5.8.0

* Upgrade brace to 0.11
* More loose comparison for componentDidMount for default value. Closes #317

## 5.7.0

* Adds debounce option for onChange event
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ace",
"version": "5.7.0",
"version": "5.8.0",
"description": "A react component for Ace Editor",
"main": "lib/index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit 992f1b6

Please sign in to comment.