Skip to content

Commit f355b60

Browse files
authored
Merge pull request #5 from alioguzhan/release-please--branches--main
chore(main): release 0.4.1
2 parents e12efbc + f96bb47 commit f355b60

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/alioguzhan/truffleshow/compare/0.4.0...0.4.1) (2025-03-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **theme:** wrong color on code block in the file upload area ([e12efbc](https://github.com/alioguzhan/truffleshow/commit/e12efbcae5bdbc6451268151c5163b0a7b7c0f08))
9+
310
## [0.4.0](https://github.com/alioguzhan/truffleshow/compare/0.3.0...0.4.0) (2025-03-14)
411

512

src/index.html

Lines changed: 1 addition & 1 deletion
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.4.0 <!--x-release-please-version-->
35+
v0.4.1 <!--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)