From 4cd4058f167e0841936893bd16e848f405611fe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:05:11 +0000 Subject: [PATCH] chore(master): release 2.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80abd00..41978df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ This file is automatically generated by [release-please](https://github.com/goog 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.1](https://github.com/PolusAI/filepattern/compare/v2.2.0...v2.2.1) (2026-03-13) + + +### Bug Fixes + +* release please permissions ([#106](https://github.com/PolusAI/filepattern/issues/106)) ([290763c](https://github.com/PolusAI/filepattern/commit/290763c5869384984fa8e62a525e183dba84fa87)) + ## [2.2.0](https://github.com/PolusAI/filepattern/compare/v2.1.4...v2.2.0) (2026-03-13) @@ -20,4 +27,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * handle non-alphanumeric characters in infer_pattern ([#102](https://github.com/PolusAI/filepattern/issues/102)) ([#103](https://github.com/PolusAI/filepattern/issues/103)) ([55add89](https://github.com/PolusAI/filepattern/commit/55add890b156608946ca15d63e0b3d3ff3aee75b)) ## [2.1.4](https://github.com/PolusAI/filepattern/releases/tag/v2.1.4) (2025-03-10) -