From f08220b476b886cd119f25cbe830c0d20713657d Mon Sep 17 00:00:00 2001
From: lengors <24527258+lengors@users.noreply.github.com>
Date: Fri, 30 Aug 2024 13:45:48 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20`package.json`=20to=20`?=
=?UTF-8?q?1.0.0`=20[skip=20release]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
# v1.0.0 (2024-08-30)
## ✨ New Features
- [`34b57a0`](https://github.com/lengors/init-sources-maven-plugin/commit/34b57a0) Create mojo for resetting and setting source roots
## 🚑 Critical Hotfixes
- [`f50c8b4`](https://github.com/lengors/init-sources-maven-plugin/commit/f50c8b4) Set packaging type to `maven-plugin`
---
CHANGELOG.md | 8 ++++++++
pom.xml | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3cdadf9..c107d47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# v1.0.0 (2024-08-30)
+
+## ✨ New Features
+- [`34b57a0`](https://github.com/lengors/init-sources-maven-plugin/commit/34b57a0) Create mojo for resetting and setting source roots
+
+## 🚑 Critical Hotfixes
+- [`f50c8b4`](https://github.com/lengors/init-sources-maven-plugin/commit/f50c8b4) Set packaging type to `maven-plugin`
+
# v1.0.0-beta.1 (2024-08-30)
## ✨ New Features
diff --git a/pom.xml b/pom.xml
index 73e8210..7b34cbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.github.lengors
init-sources-maven-plugin
- 1.0.0-beta.1
+ 1.0.0
init-sources-maven-plugin
https://github.com/lengors/init-sources-maven-plugin
Maven plugin to reset and initialize source roots of maven projects.