diff --git a/Changelog.md b/Changelog.md index e57f1f68e..116a42a2a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 5.1.1 +### Fixed + - Add formio dependency to submission hook + ## 5.1.0 ### Fixed - Remove unnecessary check for form and components diff --git a/package-lock.json b/package-lock.json index 438d7f9d8..a03761974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@formio/react", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c032b2e02..597bd56d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/react", - "version": "5.1.0", + "version": "5.1.1", "description": "React renderer for form.io forms.", "main": "lib/index.js", "scripts": {