From ce76c1f9836280e2767da0a098cbdcbd89bf04bb Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 18 Mar 2020 22:16:47 +0100 Subject: [PATCH] changelog :memo:, 5.3.1 [ci skip] --- docs/changelog.md | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index db9ab429..73275278 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +## `5.3.1` + +- 916ac30 PKP: trim `-` from stop names +- a939090 INSA: `ver` `1.21` -> `1.18` 🐛 +- 2cb6a0c `parseIcon()`, `parseHint()`, `parseLocation()`: handle more edge cases 🐛 +- 0dceb41 `parseJourneyLeg()`: parse isRchbl correctly 🐛 +- 78487d9 `journeys()`: default `earlierRef` & `laterRef` to `null` 🐛 +- cda96b6 improve docs 📝 + +[🏷 `5.3.1`](https://github.com/public-transport/hafas-client/releases/tag/5.3.1), 2020-03-18 + ## `5.3.0` - 1c790e1/299b5ac add [*INVG* profile](../p/invg) diff --git a/package.json b/package.json index f572a05b..babc20f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.3.0", + "version": "5.3.1", "main": "index.js", "files": [ "index.js", @@ -18,7 +18,7 @@ "Julius Tens ", "n0emis " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.3.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.3.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",