diff --git a/Changelog.md b/Changelog.md index 3bd8ae700a..73f9541568 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.0.0-rc.73 +### Changed + - FIO-8729: fixed an issue where the rollback to default templates does not work correctly and unknown template message is shown + ## 5.0.0-rc.72 ### Changed - Updated @formio/core@2.2.2-rc.1 diff --git a/package.json b/package.json index c9b494e951..0b51efd10c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.72", + "version": "5.0.0-rc.73", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": {