changelog 📝, 4.2.1

This commit is contained in:
Julius Tens 2019-06-08 12:58:32 +02:00
parent 9078d2d25a
commit 3eacc443e1
No known key found for this signature in database
GPG key ID: F3164DB09C89BF39
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## `4.2.1`
- 9078d2d fix `leg.reachable`, which was breaking all walking legs 🐛
## `4.2.0` ## `4.2.0`
- 6da1e80 add `leg.reachable` - 6da1e80 add `leg.reachable`

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