Skip to content

Commit 9d94536

Browse files
6.3.2
1 parent 9e4c76d commit 9d94536

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Fully move to TypeScript interally
66
- Publish typings for the split and diff editor
77

8+
## 6.3.2
9+
10+
- Move `husky` and `pretty-quick` to devDependencies
11+
812
## 6.3.1
913

1014
- Fix npm deployments

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-ace",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"description": "A react component for Ace Editor",
55
"main": "lib/index.js",
66
"types": "types.d.ts",

0 commit comments

Comments
 (0)