diff --git a/CHANGELOG.yml b/CHANGELOG.yml index db77c2f..7ddd815 100644 --- a/CHANGELOG.yml +++ b/CHANGELOG.yml @@ -4,6 +4,10 @@ project: with_stats: true ticket_url: null releases: + - version: NEXT + changes: + - desc: clipboard copy the serialized data + type: fix - version: 3.2.0 changes: - desc: add SMRs diff --git a/Taskfile.yml b/Taskfile.yml index a8c3c91..6265d8e 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -59,6 +59,10 @@ tasks: - git checkout {{.PARENT_BRANCH}} - git weld - + analyzer: + cmds: + - vite-bundle-visualizer + publish: cmds: - { task: build } diff --git a/src/routes/(editor)/export/Serialized.svelte b/src/routes/(editor)/export/Serialized.svelte index 866287a..3f7cc5c 100644 --- a/src/routes/(editor)/export/Serialized.svelte +++ b/src/routes/(editor)/export/Serialized.svelte @@ -1,7 +1,7 @@