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",