From ede034d447e809a10cec40480c3df3a0cc35669f Mon Sep 17 00:00:00 2001 From: Angel Eduardo Hincho Jove <82984150+ahincho@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:07:47 -0500 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..a8f7122 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index efc29f5..a9af7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.1](https://github.com/ahincho/nova-java-api-standard/compare/v1.0.0...v1.0.1) (2026-07-13) + + +### Bug Fixes + +* **ci:** add component + skip-snapshot + manifest-file (mask-utils pattern) ([abe2ab1](https://github.com/ahincho/nova-java-api-standard/commit/abe2ab1dddea7a3558a460665fbf83d886fa358b)) +* **ci:** add last-release-sha, include-component-in-tag: false, release-type: java to top-level config; pass manifest-file in wrapper ([98b4ff2](https://github.com/ahincho/nova-java-api-standard/commit/98b4ff2cd2fc42f79752d3ca134473b130a01a8f)) + + +### Documentation + +* fix stale version in install instructions (0.1.0 -> 1.0.0) ([a17a351](https://github.com/ahincho/nova-java-api-standard/commit/a17a351401b3246446e5937e572b6337a227524f)) + ## 1.0.0 (2026-07-10)