This commit is contained in:
Jannis R 2018-04-29 14:20:03 +02:00
parent d676b8430d
commit 3c052e9fef
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,18 @@
# Changelog # Changelog
## `2.5.3`
- d676b84 fix parsing for journey leg alternatives 🐛
## `2.5.2`
- 16e6dd6 departure docs: fix method 📝
- c60213a DB: tram mode should be `train` 🐛
## `2.5.1`
- afc0124 fix stopover parsing 🐛
## `2.5.0` ## `2.5.0`
- new [Schleswig-Holstein (NAH.SH)](https://de.wikipedia.org/wiki/Nahverkehrsverbund_Schleswig-Holstein) [profile](../p/nahsh) - new [Schleswig-Holstein (NAH.SH)](https://de.wikipedia.org/wiki/Nahverkehrsverbund_Schleswig-Holstein) [profile](../p/nahsh)

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "JavaScript client for HAFAS public transport APIs.", "description": "JavaScript client for HAFAS public transport APIs.",
"version": "2.5.2", "version": "2.5.3",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",