From e0cfbe717097556ec31da07a34da1b2f3fde8f3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:48:13 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- .release-please-manifest.json | 2 +- .tessl-plugin/plugin.json | 2 +- CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) 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/.tessl-plugin/plugin.json b/.tessl-plugin/plugin.json index 8532c18..bf4bf46 100644 --- a/.tessl-plugin/plugin.json +++ b/.tessl-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "martinfrancois/java-optionals", - "version": "1.0.0", + "version": "1.0.1", "description": "Help AI coding agents use Java Optional well in new code, review, and cleanup without replacing one antipattern with another.", "summary": "Help AI coding agents use Java Optional well in new code, review, and cleanup without replacing one antipattern with another.", "repository": "https://github.com/martinfrancois/java-optionals-skill", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c17221..0821d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/martinfrancois/java-optionals-skill/compare/v1.0.0...v1.0.1) (2026-08-14) + + +### Bug Fixes + +* **renovate:** separate majors and automerge non-major updates ([94b92b5](https://github.com/martinfrancois/java-optionals-skill/commit/94b92b51703ee28f4f5e8b0eb8c05233372ceb3f)) + ## [1.0.0](https://github.com/martinfrancois/java-optionals-skill/compare/v0.1.28...v1.0.0) (2026-06-02)