From 601164de21f5885af719c2867adaf63cc661d6f8 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 1 Nov 2021 22:22:52 +0100 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=205.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 14 ++++++++++++-- package.json | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 6965153f..61f87607 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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` 🐛 @@ -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` diff --git a/package.json b/package.json index 8507f2d7..8f3b151f 100644 --- a/package.json +++ b/package.json @@ -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", @@ -22,7 +22,7 @@ "Yureka ", "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": {