From 5d951f16b1c2c9ac40571dc701ea20e020228c0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 14:17:44 +0000 Subject: [PATCH] chore(main): release 6.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3434ae4..b98c988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0](https://github.com/AtB-AS/utils/compare/v6.0.0...v6.1.0) (2026-01-08) + + +### Features + +* added formfactor and operatorid to the farecontract ([#47](https://github.com/AtB-AS/utils/issues/47)) ([9223f9d](https://github.com/AtB-AS/utils/commit/9223f9d8456f09c3f36057ad37ec66182544d96f)) + ## [6.0.0](https://github.com/AtB-AS/utils/compare/v5.1.1...v6.0.0) (2025-11-24) ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 3a87efe..8ef1d6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "6.0.0", + "version": "6.1.0", "description": "Shared utility methods and types for AtB products", "main": "lib/index.js", "module": "lib/index.js",