We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7916f40 commit e1b61c8Copy full SHA for e1b61c8
2 files changed
Changelog.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 5.2.2-rc.1
8
+### Changed
9
+ - Patch: include DefaultEvaluator in the Formio object
10
+
11
## 5.2.1
12
### Changed
13
- Official Release
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@formio/js",
3
- "version": "5.2.1",
+ "version": "5.2.2-rc.1",
"description": "JavaScript powered Forms with JSON Form Builder",
"main": "lib/cjs/index.js",
"exports": {
0 commit comments