Skip to content

Commit 72850d3

Browse files
chore(main): release 4.2.0 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b116065 commit 72850d3

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [4.2.0](https://github.com/AtB-AS/utils/compare/v4.1.0...v4.2.0) (2025-07-11)
4+
5+
6+
### Features
7+
8+
* Added datedServiceJourneyRefs to travelRight ([#31](https://github.com/AtB-AS/utils/issues/31)) ([b116065](https://github.com/AtB-AS/utils/commit/b1160650e573f8bca172f3973daf511190f696f4))
9+
10+
11+
### Bug Fixes
12+
13+
* .optional() to .nullish() for some values ([#29](https://github.com/AtB-AS/utils/issues/29)) ([cfd8b4f](https://github.com/AtB-AS/utils/commit/cfd8b4fc8801fa0dc891dbda78534447f441ca05))
14+
315
## [4.1.0](https://github.com/AtB-AS/utils/compare/v4.0.0...v4.1.0) (2025-06-26)
416

517

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.1.0",
3+
"version": "4.2.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)