From 8b8633947b3e7ae53e207bc4616aa1d2eadc55b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:41:01 +0000 Subject: [PATCH] chore(main): release 7.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a57bddc..d0c455b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.0](https://github.com/AtB-AS/utils/compare/v7.0.0...v7.1.0) (2026-09-03) + + +### Features + +* add transfer risk logic ([#62](https://github.com/AtB-AS/utils/issues/62)) ([835bd75](https://github.com/AtB-AS/utils/commit/835bd753eb6b68f21d92a92ce9c3eba6571bff8e)) + ## [7.0.0](https://github.com/AtB-AS/utils/compare/v6.2.0...v7.0.0) (2026-07-08) diff --git a/package.json b/package.json index 713e505..9e28da1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "7.0.0", + "version": "7.1.0", "description": "Shared utility methods and types for AtB products", "repository": { "url": "https://github.com/AtB-AS/utils"