Skip to content

Commit 4817147

Browse files
authored
Merge pull request #4 from alioguzhan/release-please--branches--main
chore(main): release 0.4.0
2 parents a77d8b1 + ad724f1 commit 4817147

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/alioguzhan/truffleshow/compare/0.3.0...0.4.0) (2025-03-14)
4+
5+
6+
### Features
7+
8+
* show the uploaded file name next to the header ([a77d8b1](https://github.com/alioguzhan/truffleshow/commit/a77d8b160980320d779efa4d6cd2aa93b73472ba))
9+
310
## [0.3.0](https://github.com/alioguzhan/truffleshow/compare/0.2.0...0.3.0) (2025-03-14)
411

512

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="text-3xl font-bold text-center mb-8 text-gray-800 dark:text-white">
3232
<p class="text-sm text-center text-gray-600 dark:text-gray-400 mt-2">
3333
<a href="https://github.com/alioguzhan/truffleshow/blob/main/CHANGELOG.md" target="_blank"
3434
class="hover:dark:text-gray-200">
35-
v0.3.0 <!--x-release-please-version-->
35+
v0.4.0 <!--x-release-please-version-->
3636
</a>
3737
<a href="https://github.com/alioguzhan/truffleshow" target="_blank" class="ml-2 hover:dark:text-gray-200">
3838
<i class="fab fa-github mr-2"></i>

0 commit comments

Comments
 (0)