From 0ce6a41a85d00e54e60d57ae05cf3adfc2a1cdb7 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 1 Nov 2020 18:59:49 +0100 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D,=205.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 538040e1..53da624e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## `5.10.0` + +- 013ab2d add [*mobiliteit.lu* (Luxembourg) profile](../p/mobiliteit-lu) +- 11ca3b1 add [`tripsByName()` method](trips-by-name.md) +- 92fb29d `parseTrip`: handle `stopL[]` items without `idx` 🐛 + +[🏷 `5.10.0`](https://github.com/public-transport/hafas-client/releases/tag/5.10.0), 2020-11-01 + ## `5.9.0` - 8ed218f add [*Irish Rail* profile](../p/irish-rail) diff --git a/package.json b/package.json index 084d565f..aff67ec6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.9.0", + "version": "5.10.0", "main": "index.js", "files": [ "index.js", @@ -20,7 +20,7 @@ "em0lar ", "Adrian Böhme (https://github.com/Adwirawien)" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.9.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.10.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",