changelog 📝, 5.10.0

[ci skip]
This commit is contained in:
Jannis R 2020-11-01 18:59:49 +01:00
parent 013ab2d3ce
commit 0ce6a41a85
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog # 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` ## `5.9.0`
- 8ed218f add [*Irish Rail* profile](../p/irish-rail) - 8ed218f add [*Irish Rail* profile](../p/irish-rail)

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "Client for HAFAS public transport APIs.", "description": "Client for HAFAS public transport APIs.",
"version": "5.9.0", "version": "5.10.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -20,7 +20,7 @@
"em0lar <hello@em0lar.de>", "em0lar <hello@em0lar.de>",
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)" "Adrian Böhme <hannsadrian@gmail.com> (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", "repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues", "bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": "https://github.com/sponsors/derhuerst", "funding": "https://github.com/sponsors/derhuerst",