Skip to content

Commit 2f50a33

Browse files
committed
1.4.1
1 parent 4fdde52 commit 2f50a33

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[//]: # (Don't use <tags>)
22

3+
## v1.4.1
4+
5+
> `2024-04-15`
6+
7+
### 🐞 Bug Fixes
8+
- Escape HTML content in code export view.
9+
310
## v1.4.0
411

512
> `2024-04-12`

index.mjs

+2-2
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@vueform/builder",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"description": "Vueform Builder development build.",
66
"homepage": "https://vueform.com",
77
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)