From 9cb054fcc085c0e92a7df6e20e895a89739adec7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 09:45:33 +0000 Subject: [PATCH] chore(main): release 1.2.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 c3f1463..41ea87d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/.tessl-plugin/plugin.json b/.tessl-plugin/plugin.json index 17cbb72..03b39b3 100644 --- a/.tessl-plugin/plugin.json +++ b/.tessl-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "martinfrancois/java-streams", - "version": "1.2.0", + "version": "1.2.1", "description": "Help AI coding agents use Java Streams and Collectors well in new code, review, and cleanup without replacing one antipattern with another.", "summary": "Help AI coding agents use Java Streams and Collectors well in new code, review, and cleanup without replacing one antipattern with another.", "repository": "https://github.com/martinfrancois/java-streams-skill", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c55e80..e8ccc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/martinfrancois/java-streams-skill/compare/v1.2.0...v1.2.1) (2026-08-20) + + +### Bug Fixes + +* **renovate:** separate majors and automerge non-major updates ([a9be000](https://github.com/martinfrancois/java-streams-skill/commit/a9be00021fd703676e122f51a9568612bb44c75d)) + ## [1.2.0](https://github.com/martinfrancois/java-streams-skill/compare/v1.1.4...v1.2.0) (2026-06-28)