Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alioguzhan committed Jul 14, 2022
1 parent 460b3d6 commit 8b7e4c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.0.0](https://github.com/alioguzhan/react-editext/compare/v4.2.1...v5.0.0) (2022-07-14)


### ⚠ BREAKING CHANGES

* **deps:** minimum supported node version is now 12

### chore

* **deps:** drop support for NodeJS 10 ([6303a2b](https://github.com/alioguzhan/react-editext/commit/6303a2bcfefdf322e8e7f000afaefedcd62056b1))

### [4.2.1](https://github.com/alioguzhan/react-editext/compare/v4.2.0...v4.2.1) (2021-09-30)


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-editext",
"version": "4.2.1",
"version": "5.0.0",
"description": "Editable Text Component for React Applications",
"keywords": [
"react",
Expand Down

0 comments on commit 8b7e4c6

Please sign in to comment.