changelog 📝, 3.3.0

[ci skip]
This commit is contained in:
Jannis R 2018-09-03 18:37:04 +02:00
parent 3ac04a0ebd
commit dfad3d9d84
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## `3.3.0`
- #80/b36ccda `reachableFrom()` method  [docs](reachable-from.md)
## `3.2.1` ## `3.2.1`
- 044a5ee `arrivals()`: return a `direction` of `null` :bug: - 044a5ee `arrivals()`: return a `direction` of `null` :bug:

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