diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c22fb..eb38ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.9.0 + +- Update readme + # 4.8.9 - Fix 'undefined' classname for ```__container``` diff --git a/README.md b/README.md index 60cf139..499a55e 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,11 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css'; diff --git a/package.json b/package.json index d59cadb..977309f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-inputs-validation", - "version": "4.8.8", + "version": "4.9.0", "description": "A react component for form inputs validation.", "main": "index.js", "types": "./lib/index.d.ts",