diff --git a/docs/changelog.md b/docs/changelog.md index a5b545e1..dc1bbd09 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## `4.5.1` + +- bd7d5bb `parseWarning`: handle missing `summary`/`text` 🐛 +- 92c842b DB: enable `radar()` + ## `4.5.0` - b144dd5/b57c212 return nice error messages & error codes diff --git a/package.json b/package.json index 2c2bdfe3..1a55f31d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.5.0", + "version": "4.5.1", "main": "index.js", "files": [ "index.js",