We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4c76d commit 9d94536Copy full SHA for 9d94536
CHANGELOG.md
@@ -5,6 +5,10 @@
5
- Fully move to TypeScript interally
6
- Publish typings for the split and diff editor
7
8
+## 6.3.2
9
+
10
+- Move `husky` and `pretty-quick` to devDependencies
11
12
## 6.3.1
13
14
- Fix npm deployments
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-ace",
3
- "version": "6.3.1",
+ "version": "6.3.2",
4
"description": "A react component for Ace Editor",
"main": "lib/index.js",
"types": "types.d.ts",
0 commit comments