We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d9a27 commit 828c581Copy full SHA for 828c581
2 files changed
CHANGELOG.md
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.13.11](https://github.com/ash-project/ash_admin/compare/v0.13.10...v0.13.11) (2025-07-02)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* Prevent double HTML escaping (#332) by Jechol Lee
16
17
+* Encode/decode cookie values in JS (#328) by Jechol Lee
18
19
## [v0.13.10](https://github.com/ash-project/ash_admin/compare/v0.13.9...v0.13.10) (2025-06-18)
20
21
mix.exs
@@ -5,7 +5,7 @@ defmodule AshAdmin.MixProject do
A super-admin UI for Ash Framework, built with Phoenix LiveView.
"""
- @version "0.13.10"
+ @version "0.13.11"
def project do
[
0 commit comments