We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdde52 commit 2f50a33Copy full SHA for 2f50a33
CHANGELOG.md
@@ -1,5 +1,12 @@
1
[//]: # (Don't use <tags>)
2
3
+## v1.4.1
4
+
5
+> `2024-04-15`
6
7
+### 🐞 Bug Fixes
8
+- Escape HTML content in code export view.
9
10
## v1.4.0
11
12
> `2024-04-12`
index.mjs
package.json
@@ -1,7 +1,7 @@
{
"private": false,
"name": "@vueform/builder",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "Vueform Builder development build.",
"homepage": "https://vueform.com",
"license": "SEE LICENSE IN LICENSE.txt",
0 commit comments