changelog 📝, 3.2.1

[ci skip]
This commit is contained in:
Jannis R 2018-09-03 15:35:52 +02:00
parent a24822d161
commit ccfee97e4b
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## `3.2.1`
- 044a5ee `arrivals()`: return a `direction` of `null` :bug:
- b37bedb parse `line.id` if possible
## `3.2.0` ## `3.2.0`
- #79 [CapMetro/CMTA profile](p/cmta)  Thanks @nickturskyi! - #79 [CapMetro/CMTA profile](p/cmta)  Thanks @nickturskyi!

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": "3.2.0", "version": "3.2.1",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",