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 aafa2f1 commit ce09f9dCopy full SHA for ce09f9d
src/views/ReleaseLog.vue
@@ -12,6 +12,26 @@
12
</h1>
13
</header>
14
<main class="p-6 m-auto max-w-xl container">
15
+ <section class="shadow border mb-6 rounded-lg bg-white p-6">
16
+ <h3>
17
+ 17.01.2025 - Release 1.4.7
18
+ </h3>
19
+ <ul class="indent-0 ml-5 list-disc">
20
+ <li>
21
+ Feature - Fixed renderer after vue update
22
+ </li>
23
+ </ul>
24
+ </section>
25
26
27
+ 16.01.2025 - Release 1.4.6
28
29
30
31
+ Feature - Update to vue-3.5.13
32
33
34
35
<section class="shadow border mb-6 rounded-lg bg-white p-6">
36
<h3>
37
06.01.2025 - Release 1.4.5
0 commit comments