From cf34f6b97008e37bb9ce3bd778fedd0d2f976544 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:03:08 +0100 Subject: [PATCH] chore(main): release 2.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6115438..bfc26f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c39a772..c7100fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.0](https://github.com/flowcore-io/usable-pr-validator/compare/v2.1.2...v2.2.0) (2026-04-26) + + +### Features + +* opencode fallback provider + deleted-file annotation ([#31](https://github.com/flowcore-io/usable-pr-validator/issues/31)) ([d2e86a5](https://github.com/flowcore-io/usable-pr-validator/commit/d2e86a51967ee9c07a8ea37d89a75e71e50f71df)) + ## [2.1.2](https://github.com/flowcore-io/usable-pr-validator/compare/v2.1.1...v2.1.2) (2026-04-15)