From 168c3fef0499fb8fcaeb7656f1d4888e631450d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20R=C3=B8svik?= Date: Wed, 5 Feb 2025 15:30:30 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..98312fe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.0 (2025-02-05) + + +### Features + +* add fare-contract utils and types ([b7faa42](https://github.com/AtB-AS/utils/commit/b7faa423d599f0fe748672e98354806d92f226ce)) +* export AvailabilityStatus and flattenTravelRightAccesses ([8f5c751](https://github.com/AtB-AS/utils/commit/8f5c751e1c363b0620b273429ee76347984e35ae)) diff --git a/package.json b/package.json index 1299123..3b069f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "0.1.0", + "version": "1.0.0", "description": "Shared utility methods and types for AtB products", "main": "lib/index.js", "module": "lib/index.js",