diff --git a/CHANGELOG.md b/CHANGELOG.md index 272d7d6..e9e49b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b97ec99..25bf6da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-editext", - "version": "4.2.1", + "version": "5.0.0", "description": "Editable Text Component for React Applications", "keywords": [ "react",