From 2f5c8f461902c096e9178fdd88a58ab3d2a1b5d7 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 26 Oct 2021 15:05:05 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=205.20.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 22621ff8..6965153f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,17 @@ ## `5.20.1` +- 84c7582a `journeys()`: fix empty `viaLocL[]` 🐛 (#247) +- dd5e4368 fix `departures()`/`arrivals()` without `opt.direction` 🐛 +- 3f75e075 BVG: update API endpoint +- 1f6e6810 DB: update `.ext` +- 39d3807c minor tweaks 📝 +- 8d4f8a83 E2E/integration tests: update fixtures ✅ + +[🏷 `5.20.1`](https://github.com/public-transport/hafas-client/releases/tag/5.20.1), 2021-10-26 + +## `5.20.1` + - 46fb44d0 SNCB: update CA chain 🐛 - f0d33564 `parseTrip()`: handle missing `stopL[]` (on-demand trips) 🐛✅ - fd6a349b `tripsByName()`: more options, add to debug CLI, skipped E2E test ✅📝 diff --git a/package.json b/package.json index 04bcbf4b..8507f2d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.20.1", + "version": "5.20.2", "main": "index.js", "files": [ "index.js", @@ -22,7 +22,7 @@ "Yureka ", "Kristjan Esperanto (https://github.com/KristjanESPERANTO)" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.20.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.20.2", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {