From 348806b4297f4c00ef2c794344fd2eed9d9aeb10 Mon Sep 17 00:00:00 2001 From: Flowcore Machine User <118859104+flowcore-machine@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:06:35 +0000 Subject: [PATCH] chore(main): release 2.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 656a2ef..19588bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9103e..945972f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.1](https://github.com/flowcore-io/usable-pr-validator/compare/v2.1.0...v2.1.1) (2026-02-11) + + +### Bug Fixes + +* update OpenCode CLI installation URL to use the official site ([e5f5c02](https://github.com/flowcore-io/usable-pr-validator/commit/e5f5c0270185bae79ceb8f88d41cfad754bdfbe2)) +* update OpenCode CLI installation URL to use the official site ([d3caf38](https://github.com/flowcore-io/usable-pr-validator/commit/d3caf38e43596c4887be586d25ea36c515144bef)) + ## [2.1.0](https://github.com/flowcore-io/usable-pr-validator/compare/v2.0.4...v2.1.0) (2026-02-11)