From 6a397715c8d1cb6d3819465c1884e15e3ca57a28 Mon Sep 17 00:00:00 2001 From: Angel Eduardo Hincho Jove <82984150+ahincho@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:08:12 -0500 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..8d7e5f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3f2c1..1c54f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.1](https://github.com/ahincho/nova-java-spring-boot-starter/compare/v1.0.0...v1.0.1) (2026-07-13) + + +### Bug Fixes + +* **ci:** add component + skip-snapshot + manifest-file (mask-utils pattern) ([fc14410](https://github.com/ahincho/nova-java-spring-boot-starter/commit/fc14410086c0b8206fc5258e4025e511b57ea9f8)) +* **ci:** add last-release-sha, include-component-in-tag: false, release-type: java to top-level config; pass manifest-file in wrapper ([055b4f3](https://github.com/ahincho/nova-java-spring-boot-starter/commit/055b4f3e94ed47cdfdcbb0a97cc560fc9075bc45)) +* **docs:** bump [@version](https://github.com/version) Javadoc to 1.0.1 (NOVA-SEMVER-22 follow-up) ([a22453f](https://github.com/ahincho/nova-java-spring-boot-starter/commit/a22453f95cd926f726803b0c5d31a023b32181da)) + ## 1.0.0 (2026-07-10)