From 62bb655f655649e0623db3be2318388b308c771f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 11:21:28 +0000 Subject: [PATCH] chore(main): release 8.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c455b..7d6154c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [8.0.0](https://github.com/AtB-AS/utils/compare/v7.1.0...v8.0.0) (2026-09-04) + + +### ⚠ BREAKING CHANGES + +* only use `uncertain` transfer risk ([#64](https://github.com/AtB-AS/utils/issues/64)) + +### Features + +* only use `uncertain` transfer risk ([#64](https://github.com/AtB-AS/utils/issues/64)) ([fbd1904](https://github.com/AtB-AS/utils/commit/fbd19045376e42aa359573f53da5b3f9ffae02f6)) + ## [7.1.0](https://github.com/AtB-AS/utils/compare/v7.0.0...v7.1.0) (2026-09-03) diff --git a/package.json b/package.json index 9e28da1..96bdcbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "7.1.0", + "version": "8.0.0", "description": "Shared utility methods and types for AtB products", "repository": { "url": "https://github.com/AtB-AS/utils"