changelog 📝, 3.9.1

This commit is contained in:
Jannis R 2019-02-08 14:17:04 +01:00
parent a145feab4a
commit 1e8bdda6df
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.9.1`
- a145fea extend default retrying options 🐛
## `3.9.0` ## `3.9.0`
- b0f786c support for retrying failed requests ✨  [docs](readme.md#retrying-failed-requests) - b0f786c support for retrying failed requests ✨  [docs](readme.md#retrying-failed-requests)

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