Skip to content

Commit a2cac0e

Browse files
authored
Merge pull request #157 from alioguzhan/release-please--branches--master
chore(master): release 5.0.2
2 parents ac87978 + dc84315 commit a2cac0e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.1"
2+
".": "5.0.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [5.0.2](https://github.com/alioguzhan/react-editext/compare/v5.0.1...v5.0.2) (2022-09-06)
6+
7+
8+
### Bug Fixes
9+
10+
* validation prop failed to validate when used with async/await ([c292e6e](https://github.com/alioguzhan/react-editext/commit/c292e6e5b9923896f05e0b7a3fea8790b8d5e1fb)), closes [#152](https://github.com/alioguzhan/react-editext/issues/152)
11+
512
## [5.0.1](https://github.com/alioguzhan/react-editext/compare/react-editext-v5.0.0...react-editext-v5.0.1) (2022-09-06)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-editext",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Editable Text Component for React Applications",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)