diff --git a/CHANGELOG.md b/CHANGELOG.md index 5214f0bd..6833a23b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ - Fully move to TypeScript interally - Publish typings for the split and diff editor +## 6.3.2 + +- Move `husky` and `pretty-quick` to devDependencies + ## 6.3.1 - Fix npm deployments diff --git a/package.json b/package.json index b231de7f..f98766f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ace", - "version": "6.3.1", + "version": "6.3.2", "description": "A react component for Ace Editor", "main": "lib/index.js", "types": "types.d.ts",