Skip to content

Commit ce09f9d

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent aafa2f1 commit ce09f9d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/views/ReleaseLog.vue

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,26 @@
1212
</h1>
1313
</header>
1414
<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+
<section class="shadow border mb-6 rounded-lg bg-white p-6">
26+
<h3>
27+
16.01.2025 - Release 1.4.6
28+
</h3>
29+
<ul class="indent-0 ml-5 list-disc">
30+
<li>
31+
Feature - Update to vue-3.5.13
32+
</li>
33+
</ul>
34+
</section>
1535
<section class="shadow border mb-6 rounded-lg bg-white p-6">
1636
<h3>
1737
06.01.2025 - Release 1.4.5

0 commit comments

Comments
 (0)