Skip to content

Commit 47a3dc6

Browse files
committed
1.4.6
1 parent a8d8709 commit 47a3dc6

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.6
4+
5+
> `2024-07-18`
6+
7+
### 🎉 Feature
8+
- Send element list with AI assistant call #70.
9+
310
## v1.4.5
411

512
> `2024-07-05`

index.mjs

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

nuxt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/builder-nuxt",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Nuxt module for Vueform Builder",
55
"repository": "vueform/builder-nuxt",
66
"license": "MIT",

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.5",
4+
"version": "1.4.6",
55
"description": "Vueform Builder development build.",
66
"homepage": "https://vueform.com",
77
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)