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

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Jan 6, 2020
1 parent 7c94ee6 commit 40e3f6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.0.4] - 2020-01-05

### Changed
* bumped devDependencies
* added UMD build
* changed build location for commonjs and esmodules to `dist/esm/` and
`dist/cjs`.

## [2.0.3] - 2019-10-14

### 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.0.3",
"version": "2.0.4",
"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 40e3f6c

Please sign in to comment.