Skip to content

Commit d3e6e90

Browse files
chore(release): 4.3.0 [skip ci]
# [4.3.0](v4.2.0...v4.3.0) (2022-03-01) ### Bug Fixes * update dependencies ([7fa781a](7fa781a)) ### Features * add formatDisplayText prop for providing callback function to format display text ([cac7fda](cac7fda))
1 parent b835fa4 commit d3e6e90

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.3.0](https://github.com/bymi15/react-edit-text/compare/v4.2.0...v4.3.0) (2022-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies ([7fa781a](https://github.com/bymi15/react-edit-text/commit/7fa781a31653a3058dbcb301b407f02e88f36739))
7+
8+
9+
### Features
10+
11+
* add formatDisplayText prop for providing callback function to format display text ([cac7fda](https://github.com/bymi15/react-edit-text/commit/cac7fda1c8cdfb22f993452862d7c5bc26fb7553))
12+
113
# [4.2.0](https://github.com/bymi15/react-edit-text/compare/v4.1.0...v4.2.0) (2021-08-22)
214

315
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-edit-text",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Simple editable text component for React",
55
"author": "Brian Min <bymi15@yahoo.com> (https://github.com/bymi15)",
66
"license": "MIT",

0 commit comments

Comments
 (0)