chore(release): 1.0.0 [skip ci]

# 1.0.0 (2025-11-02)

### Features

* initial commit ([c99eb92](c99eb92c97))
This commit is contained in:
semantic-release-bot
2025-11-02 20:14:51 +00:00
parent c99eb92c97
commit 23a8a9c308
2 changed files with 7 additions and 1 deletions

6
CHANGELOG.md Normal file
View File

@@ -0,0 +1,6 @@
# 1.0.0 (2025-11-02)
### Features
* initial commit ([c99eb92](https://git.tools.ldpt.fr/lucasdpt/spring-jda-starter/commit/c99eb92c978da3adf88af4e899ff8b4215781368))

View File

@@ -10,7 +10,7 @@
</parent> </parent>
<groupId>fr.lucasdupont</groupId> <groupId>fr.lucasdupont</groupId>
<artifactId>spring-jda-starter</artifactId> <artifactId>spring-jda-starter</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>1.0.0</version>
<name>spring-jda-starter</name> <name>spring-jda-starter</name>
<description>Starter for JDA project</description> <description>Starter for JDA project</description>
<properties> <properties>