Skip to content

Commit b46d5b3

Browse files
committed
Version release 0.6.1
1 parent ad44540 commit b46d5b3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- %% CHANGELOG_ENTRIES %% -->
99

10+
## 0.6.1 - 2025-07-24
11+
12+
### Fixes 🐛
13+
14+
- correctly encode props in SSR mode
15+
- correctly handle diffs for nil values in props
16+
- added package version to the package.json
17+
1018
## 0.6.0 - 2025-07-22
1119

1220
### ✨ Features and Improvements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule LiveVue.MixProject do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.6.1"
55
@repo_url "https://github.com/Valian/live_vue"
66

77
def project do

0 commit comments

Comments
 (0)