diff --git a/Changelog.md b/Changelog.md index bf4509c4c9..8623fc9b09 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ 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/). -## [Unreleased: 5.0.0-rc.87] +## 5.0.0-rc.87 ### Changed - FIO-9059: fixed an issue where the value for textarea with json datatype is not normalized and set correctly diff --git a/package.json b/package.json index 45d22eac49..1a0d5e5c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.0.0-rc.86", + "version": "5.0.0-rc.87", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": {