Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Aug 13, 2021
1 parent 4e1441d commit 76c9201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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-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",
Expand Down

0 comments on commit 76c9201

Please sign in to comment.