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"