Skip to content

Commit

Permalink
changelog 📝; 5.21.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
derhuerst committed Nov 1, 2021
1 parent 4492b3a commit 601164d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## `5.20.1`
## `5.21.0`

- 97b6a76e `parseTrip()`: expose `realtimeDataUpdatedAt`
- 3453cbe1 `parseArrival()`/`parseDeparture()`: expose `stbStop.{rem,msg}L` as `remarks[]` as well
- 69ddf5fb/6941e7a4 BVG: parse occupancy ✅
- c270eed9 `nationalExp` -> `nationalExpress` 🐛
- 4492b3a3 use correct `HttpsAgent` option for `LOCAL_ADDRESS` environment variable 🐛

[🏷 `5.21.0`](https://github.com/public-transport/hafas-client/releases/tag/5.21.0), 2021-11-01

## `5.20.2`

- 84c7582a `journeys()`: fix empty `viaLocL[]` 🐛 (#247)
- dd5e4368 fix `departures()`/`arrivals()` without `opt.direction` 🐛
Expand All @@ -9,7 +19,7 @@
- 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.2`](https://github.com/public-transport/hafas-client/releases/tag/5.20.2), 2021-10-26

## `5.20.1`

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.20.2",
"version": "5.21.0",
"main": "index.js",
"files": [
"index.js",
Expand All @@ -22,7 +22,7 @@
"Yureka <[email protected]>",
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.2",
"homepage": "https://github.com/public-transport/hafas-client/tree/5.21.0",
"repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": {
Expand Down

0 comments on commit 601164d

Please sign in to comment.