From e45f10a5e7e41e123efe8ce7467f70d473d0d030 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 07:23:41 +0000 Subject: [PATCH] chore(main): release 6.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47277da..95b21b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.0](https://github.com/AtB-AS/utils/compare/v6.1.3...v6.2.0) (2026-07-07) + + +### Features + +* add global messages ([#57](https://github.com/AtB-AS/utils/issues/57)) ([b9b18da](https://github.com/AtB-AS/utils/commit/b9b18da203a0fb3ca2392e0c1c7ba31172bbd09c)) + ## [6.1.3](https://github.com/AtB-AS/utils/compare/v6.1.2...v6.1.3) (2026-01-28) diff --git a/package.json b/package.json index 3f8e3e7..568cee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "6.1.3", + "version": "6.2.0", "description": "Shared utility methods and types for AtB products", "repository": { "url": "https://github.com/AtB-AS/utils"