We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09646a5 commit 54ffde8Copy full SHA for 54ffde8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [4.1.0](https://github.com/AtB-AS/utils/compare/v4.0.0...v4.1.0) (2025-06-26)
4
+
5
6
+### Features
7
8
+* transform nullish ticket-offer types to optional ([#27](https://github.com/AtB-AS/utils/issues/27)) ([09646a5](https://github.com/AtB-AS/utils/commit/09646a5193109a1d701d42f79bd28a99af6b742b))
9
10
## [4.0.0](https://github.com/AtB-AS/utils/compare/v3.5.0...v4.0.0) (2025-06-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@atb-as/utils",
- "version": "4.0.0",
+ "version": "4.1.0",
"description": "Shared utility methods and types for AtB products",
"main": "lib/index.js",
"module": "lib/index.js",
0 commit comments