From 0dc230837a56d1b013234e2db252bfe06a178a12 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sat, 30 Jul 2022 13:38:18 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=205.25.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 0ae5af7d..546680a5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## `5.25.0` + +- 0a636981 parse `CHKI` (check-in, check-out) legs ✅ +- 7c68f962 `parse{Stopover,JourneyLeg, Trip}`: expose `{arrival,departure}PrognosisType` ✅ +- 95af0a01 `parseArrival` & `parseDeparture`: expose `prognosisType` ✅ + +[🏷 `5.25.0`](https://github.com/public-transport/hafas-client/releases/tag/5.24.0), 2022-07-30 + ## `5.24.1` - 492cb7df KVB: provide CA certificate chain via `Agent` 🐛 diff --git a/package.json b/package.json index 1bf23eca..82291ab4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.24.1", + "version": "5.25.0", "main": "index.js", "files": [ "index.js", @@ -25,7 +25,7 @@ "Benoit Deldicque (https://github.com/bddq)", "roehrt" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.24.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.25.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {