From 2f397866d5472c9f484167feb2b86dc1e2f5d756 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:42:24 +0000 Subject: [PATCH] chore(main): release 6.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ea580..47277da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.3](https://github.com/AtB-AS/utils/compare/v6.1.2...v6.1.3) (2026-01-28) + + +### Build System + +* use npm v11 for trusted publishing support ([#53](https://github.com/AtB-AS/utils/issues/53)) ([0d0470d](https://github.com/AtB-AS/utils/commit/0d0470d93093398556484eb7e64448500b75b3db)) + ## [6.1.2](https://github.com/AtB-AS/utils/compare/v6.1.1...v6.1.2) (2026-01-28) diff --git a/package.json b/package.json index 1769934..c56a120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "6.1.2", + "version": "6.1.3", "description": "Shared utility methods and types for AtB products", "main": "lib/index.js", "module": "lib/index.js",