Skip to content

Commit

Permalink
changelog 📝; 5.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Oct 18, 2021
1 parent c1ee557 commit b616330
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -21,7 +21,7 @@
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)",
"Yureka <github@yuka.dev>"
],
"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": {
Expand Down

0 comments on commit b616330

Please sign in to comment.