From 0985b7ecae936d53e555d12ddae472c937f39199 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:45:19 +0000 Subject: [PATCH] chore(main): release 7.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b21b9..a57bddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://github.com/AtB-AS/utils/compare/v6.2.0...v7.0.0) (2026-07-08) + + +### ⚠ BREAKING CHANGES + +* use plain strings for global message contexts ([#60](https://github.com/AtB-AS/utils/issues/60)) + +### Features + +* use plain strings for global message contexts ([#60](https://github.com/AtB-AS/utils/issues/60)) ([c8077ff](https://github.com/AtB-AS/utils/commit/c8077ff83fb54462a5d2594754e447fd6a40ad39)) + ## [6.2.0](https://github.com/AtB-AS/utils/compare/v6.1.3...v6.2.0) (2026-07-07) diff --git a/package.json b/package.json index 568cee4..713e505 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "6.2.0", + "version": "7.0.0", "description": "Shared utility methods and types for AtB products", "repository": { "url": "https://github.com/AtB-AS/utils"