From 6a518014b233b6b2d3b4223d33a904e7bf7f8ccb Mon Sep 17 00:00:00 2001 From: lane-formio Date: Mon, 30 Dec 2024 12:03:53 -0600 Subject: [PATCH] Updated build --- Changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b7ff1153a0..698c3af829 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.0-rc.4 +### Changed + - FIO-9506: fixed the return type of the render function + ## 5.1.0-rc.3 ### Changed - Updated @formio/core@2.4.0-rc.3 diff --git a/package.json b/package.json index d6c2eccbe8..811af1a3d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formio/js", - "version": "5.1.0-rc.3", + "version": "5.1.0-rc.4", "description": "JavaScript powered Forms with JSON Form Builder", "main": "lib/cjs/index.js", "exports": {