Skip to content

Commit 893cd02

Browse files
authored
Merge pull request #3 from alioguzhan/release-please--branches--main
chore(main): release 0.3.0
2 parents 2f99e31 + e9c58f6 commit 893cd02

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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/alioguzhan/truffleshow/compare/0.2.0...0.3.0) (2025-03-14)
4+
5+
6+
### Features
7+
8+
* add option to load sample data ([3d44a38](https://github.com/alioguzhan/truffleshow/commit/3d44a38b7d059142658a3c21d06ce78f9c842bd7))
9+
310
## [0.2.0](https://github.com/alioguzhan/truffleshow/compare/0.1.0...0.2.0) (2025-03-12)
411

512

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="text-3xl font-bold text-center mb-8 text-gray-800 dark:text-white">
2828
<i class="fas fa-file-shield text-teal-600 dark:text-teal-400 mr-2"></i>
2929
TruffleShow
3030
<p class="text-sm text-center text-gray-600 dark:text-gray-400 mt-2">
31-
v0.2.0 <!--x-release-please-version-->
31+
v0.3.0 <!--x-release-please-version-->
3232
</p>
3333
</h1>
3434
<p class="text-center text-gray-600 dark:text-gray-100 mb-2">

0 commit comments

Comments
 (0)