From 5104fa0fa830aac481385fc38bd0ba6af4fd8160 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 24 Oct 2021 23:14:05 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=205.20.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 53ee18db..22621ff8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,17 @@ # Changelog +## `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 βœ…πŸ“ +- 39ca7ede `tripsByName()`: support some journey filters +- 22a7f16e remove SBB integration/E2E test βœ… +- 102c4bf2 BVG/VBB: fix `nearby()` integration/E2E test βœ… +- 959e894d E2E/integration tests: un-skip tests, update mocked `when`, update fixtures βœ… + +[🏷 `5.20.1`](https://github.com/public-transport/hafas-client/releases/tag/5.20.1), 2021-10-24 + ## `5.20.0` - 0a096a13 `parseJourneyLeg()`/`parseTrip()`: expose `currentLocation` βœ…πŸ“ diff --git a/package.json b/package.json index 35efda70..dfa49d9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.20.0", + "version": "5.20.1", "main": "index.js", "files": [ "index.js", @@ -21,7 +21,7 @@ "Adrian BΓΆhme (https://github.com/Adwirawien)", "Yureka " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.20.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.20.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {