diff --git a/docs/changelog.md b/docs/changelog.md index a1f41a70..53ee18db 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +## `5.20.0` + +- 0a096a13 `parseJourneyLeg()`/`parseTrip()`: expose `currentLocation` βœ…πŸ“ +- b10c1ce6 Rejseplanen `trip()` test: update fixtures βœ… +- 6507d5a7 VBB `departures()` test: update fixtures βœ… +- c1ee557c `parseArrivalOrDeparture()`: expose `currentTripLocation` βœ…πŸ“ + +[🏷 `5.20.0`](https://github.com/public-transport/hafas-client/releases/tag/5.20.0), 2021-10-18 + ## `5.19.1` - 042668ff add [*DART* profile](../p/dart) diff --git a/package.json b/package.json index 6d75ea92..f6292ee5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.19.1", + "version": "5.20.0", "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.19.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.20.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {