Skip to content

Commit 81b7e91

Browse files
chore(main): release 5.0.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 41068ae commit 81b7e91

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/AtB-AS/utils/compare/v4.3.0...v5.0.0) (2025-09-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* zod and node version upgrade ([#38](https://github.com/AtB-AS/utils/issues/38))
9+
10+
### Miscellaneous Chores
11+
12+
* zod and node version upgrade ([#38](https://github.com/AtB-AS/utils/issues/38)) ([41068ae](https://github.com/AtB-AS/utils/commit/41068ae04e8c3a7ffbba6534e786fc42e5a5684c))
13+
314
## [4.3.0](https://github.com/AtB-AS/utils/compare/v4.2.0...v4.3.0) (2025-08-13)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atb-as/utils",
3-
"version": "4.3.0",
3+
"version": "5.0.0",
44
"description": "Shared utility methods and types for AtB products",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

0 commit comments

Comments
 (0)