diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a17e9..f6d8297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.3.2] - 2021-08-12 + +### Fixed + +* Fix: use ChangeEvent over FormEvent (issue #61) + ## [2.3.1] - 2021-01-05 ### Fixed diff --git a/package.json b/package.json index c0f448d..82bb402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-expanding-textarea", - "version": "2.3.1", + "version": "2.3.2", "description": "React textarea component to automatically expand and contract your textareas", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",