Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.2...v5.1.0) (2023-03-14)

### Bug Fixes

* proptype for row ([fbb00eb](fbb00eb))

### Features

* support 'auto' for rows ([#56](#56)) ([6b2dfe9](6b2dfe9))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 03de68c commit 065c8ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.1.0](https://github.com/bymi15/react-edit-text/compare/v5.0.2...v5.1.0) (2023-03-14)


### Bug Fixes

* proptype for row ([fbb00eb](https://github.com/bymi15/react-edit-text/commit/fbb00eb1bd6b38298995456e1c077fd66afadc03))


### Features

* support 'auto' for rows ([#56](https://github.com/bymi15/react-edit-text/issues/56)) ([6b2dfe9](https://github.com/bymi15/react-edit-text/commit/6b2dfe99afab8d112d90ebeece9bce10961ca869))

## [5.0.2](https://github.com/bymi15/react-edit-text/compare/v5.0.1...v5.0.2) (2022-06-08)


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-edit-text",
"version": "5.0.2",
"version": "5.1.0",
"description": "Simple editable text component for React",
"author": "Brian Min <bymi15@yahoo.com> (https://github.com/bymi15)",
"license": "MIT",
Expand Down

0 comments on commit 065c8ad

Please sign in to comment.