changelog 📝, 4.6.2

[ci skip]
This commit is contained in:
Jannis R 2019-11-18 18:37:03 +01:00
parent 105c18b30d
commit 2fdff4df5d
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## `4.6.2`
- 105c18b DB: always use `rtMode: HYBRID`
## `4.6.1` ## `4.6.1`
- 43b4a6e handle `H_UNKNOWN` error - 43b4a6e handle `H_UNKNOWN` error

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.6.1", "version": "4.6.2",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -17,7 +17,7 @@
"contributors": [ "contributors": [
"Julius Tens <mail@juliustens.eu>" "Julius Tens <mail@juliustens.eu>"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/4.6.1", "homepage": "https://github.com/public-transport/hafas-client/tree/4.6.2",
"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",
"license": "ISC", "license": "ISC",