diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a89878..58f5d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/bymi15/react-edit-text/compare/v2.0.0...v2.1.0) (2020-11-16) + + +### Features + +* add scrollbar thin UI for EditTextarea ([82ccfd8](https://github.com/bymi15/react-edit-text/commit/82ccfd8bba5018900a77a7210e985a56e1a47319)) + # [2.0.0](https://github.com/bymi15/react-edit-text/compare/v1.1.0...v2.0.0) (2020-11-05) diff --git a/package.json b/package.json index a7a179f..71cc8fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-edit-text", - "version": "2.0.0", + "version": "2.1.0", "description": "Simple editable text component for React", "author": "Brian Min (https://github.com/bymi15)", "license": "MIT",