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": {