diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d139c..402fe97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Here described only the breaking and most significant changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/components/commits/main). +## v1.1.0 + +- Create optional "onSchemaChange" prop for schema editor component (#18) + ## v1.0.0 -- Initial stable version +- First stable version diff --git a/package.json b/package.json index d05488a..ec93209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frictionless-components", - "version": "1.0.5", + "version": "1.1.0", "license": "MIT", "author": "roll ", "description": "Visual components for frictionless",