Skip to content

Commit

Permalink
Upgrade version to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Dec 20, 2018
1 parent 9325b91 commit 675641c
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 and diff editor

## 6.2.2

- Upgrade dev dependencies (webpack,jsdom,react)
- In type definitions, move debounceChangePeriod from AceOptions

## 6.2.1

- Add editor to onFocus event as per issue #389
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": "6.2.1",
"version": "6.2.2",
"description": "A react component for Ace Editor",
"main": "lib/index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit 675641c

Please sign in to comment.