From c55f88882e527839977a2d6c793089c46d5e744e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:34:32 +0000 Subject: [PATCH] chore(main): release 2.2.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d31a4f..7a0349f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/entur/api-guidelines/compare/v2.2.0...v2.2.1) (2026-02-27) + + +### Bug Fixes + +* Disable no-$ref-siblings rule from required ruleset ([#95](https://github.com/entur/api-guidelines/issues/95)) ([5f8e8b7](https://github.com/entur/api-guidelines/commit/5f8e8b78700a895e09db3493e168b1eb6ecb693a)) + ## [2.2.0](https://github.com/entur/api-guidelines/compare/v2.1.0...v2.2.0) (2026-02-23)