Skip to content

Commit 4703a79

Browse files
chore(main): release 0.1.0
1 parent 3f55ea2 commit 4703a79

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/MatthiasKuehne/github-unleashed-sample-app/compare/v0.0.1...v0.1.0) (2025-06-24)
4+
5+
6+
### Features
7+
8+
* add a new link ([3f55ea2](https://github.com/MatthiasKuehne/github-unleashed-sample-app/commit/3f55ea22443957378424d2efdf06a132ed251b1b))
9+
10+
11+
### Bug Fixes
12+
13+
* fix the header typo ([e42e4fe](https://github.com/MatthiasKuehne/github-unleashed-sample-app/commit/e42e4fee7a21a67455ec948616735068c8929f5e))
14+
315
## 0.0.1 (2025-06-24)
416

517

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.sample</groupId>
1111
<artifactId>app</artifactId>
12-
<version>0.0.2-SNAPSHOT</version>
12+
<version>0.1.0</version>
1313
<name>Sample App</name>
1414
<description>Sample app for Vienna Tech Conference</description>
1515
<url/>

0 commit comments

Comments
 (0)