From 2dc73822241fc5d881e1bea350402a29f6692680 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:10:00 +0000 Subject: [PATCH] chore(main): release 6.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b9cbd..80ea580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.2](https://github.com/AtB-AS/utils/compare/v6.1.1...v6.1.2) (2026-01-28) + + +### Miscellaneous Chores + +* trigger release ([#51](https://github.com/AtB-AS/utils/issues/51)) ([2af90d6](https://github.com/AtB-AS/utils/commit/2af90d616686054f7d9bfc13b895e24e2da86def)) + ## [6.1.1](https://github.com/AtB-AS/utils/compare/v6.1.0...v6.1.1) (2026-01-28) diff --git a/package.json b/package.json index acaf6fe..1769934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "6.1.1", + "version": "6.1.2", "description": "Shared utility methods and types for AtB products", "main": "lib/index.js", "module": "lib/index.js",