changelog 📝, 5.13.0

[ci skip]
This commit is contained in:
Jannis R 2020-12-27 02:19:46 +01:00
parent ad6f76975b
commit 33ea6242bd
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# Changelog # Changelog
## `5.13.0`
- 7444e08/bbf024d/6815c9e add [*SBB* (Switzerland) profile](../p/sbb)
- 17e08ac `parseJourneyLeg``parseAlternative`: handle missing `stopL[]` 🐛, add tests ✅
- 850ec94 *mobiliteit.lu*: fix endpoint, upgrade to version `1.25`
- 54b7d28 *mobiliteit.lu*: fix `national-train` product bitmasks 🐛
[🏷 `5.13.0`](https://github.com/public-transport/hafas-client/releases/tag/5.13.0), 2020-12-27
## `5.12.0` ## `5.12.0`
- 3e6d6d9 add [`serverInfo()` method](server-info.md) - 3e6d6d9 add [`serverInfo()` method](server-info.md)

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.12.0", "version": "5.13.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.12.0", "homepage": "https://github.com/public-transport/hafas-client/tree/5.13.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": { "funding": {