From b3200a47ba2c6260b1c8c2db01fbaf89f22b3187 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:01:52 +0000 Subject: [PATCH] chore(main): release 5.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8e3de..04faa03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.1](https://github.com/AtB-AS/utils/compare/v5.1.0...v5.1.1) (2025-09-25) + + +### Bug Fixes + +* format number to string patch ([#42](https://github.com/AtB-AS/utils/issues/42)) ([1408331](https://github.com/AtB-AS/utils/commit/1408331c5c73c85e37466a1ccb129eb0e2ecf291)) + ## [5.1.0](https://github.com/AtB-AS/utils/compare/v5.0.0...v5.1.0) (2025-09-25) diff --git a/package.json b/package.json index 44fa072..ee3b862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "5.1.0", + "version": "5.1.1", "description": "Shared utility methods and types for AtB products", "main": "lib/index.js", "module": "lib/index.js",