From 0356987e77c4f2543a96d525e2179b1841286f51 Mon Sep 17 00:00:00 2001 From: davebaol Date: Thu, 11 Jun 2020 13:15:37 +0200 Subject: [PATCH] Release 0.9.5 --- HISTORY.md | 6 +++--- projects/formio-editor/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 811690e..cdac287 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,10 +3,10 @@ https://github.com/davebaol/angular-formio-editor -## YYYY-MM-DD, version 0.9.5-snapshot - -- ... +## 2020-06-11, version 0.9.5 +- Show the resource submitted by the renderer and the generated json schema +- Improve the json schema for form validation ## 2020-06-03, version 0.9.4 diff --git a/projects/formio-editor/package.json b/projects/formio-editor/package.json index e9de557..665faf5 100644 --- a/projects/formio-editor/package.json +++ b/projects/formio-editor/package.json @@ -1,6 +1,6 @@ { "name": "@davebaol/angular-formio-editor", - "version": "0.9.5-snapshot", + "version": "0.9.5", "description": "Angular component integrating Form.io builder and renderer with a json editor", "repository": { "type": "git",