Skip to content

Commit

Permalink
chore(release): 4.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.4.0](v4.3.0...v4.4.0) (2022-03-21)

### Features

* **11:** add props for displaying edit button and refactor project with react hooks ([#23](#23)) ([78de49d](78de49d))
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent 78de49d commit dbb631e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.4.0](https://github.com/bymi15/react-edit-text/compare/v4.3.0...v4.4.0) (2022-03-21)


### Features

* **11:** add props for displaying edit button and refactor project with react hooks ([#23](https://github.com/bymi15/react-edit-text/issues/23)) ([78de49d](https://github.com/bymi15/react-edit-text/commit/78de49d1d343c979ed912d9538badc791caf971e))

# [4.3.0](https://github.com/bymi15/react-edit-text/compare/v4.2.0...v4.3.0) (2022-03-01)


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": "4.3.0",
"version": "4.4.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 dbb631e

Please sign in to comment.