From fae40558b6770afcf25909516e8f4e97929e78e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:40:29 +0000 Subject: [PATCH] chore(main): release 11.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28b697c..e9d93c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.1.0](https://github.com/AtB-AS/config-specs/compare/v11.0.0...v11.1.0) (2026-06-22) + + +### Features + +* fareZoneSummaryStyle ([#195](https://github.com/AtB-AS/config-specs/issues/195)) ([e927ff5](https://github.com/AtB-AS/config-specs/commit/e927ff5ececbd7ba1d3e4a5f1023655bd49c2536)) + ## [11.0.0](https://github.com/AtB-AS/config-specs/compare/v10.0.0...v11.0.0) (2026-06-08) diff --git a/package.json b/package.json index 200a15c..614906c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/config-specs", - "version": "11.0.0", + "version": "11.1.0", "description": "Shared types and validation for fare product type configs", "repository": { "url": "https://github.com/AtB-AS/config-specs"