diff --git a/docs/changelog.md b/docs/changelog.md index 03d4b48c..b0dd06d7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## `5.5.1` + +- 3c888a0 `refreshJourney()`: actually throw the error 🐛, add error code +- e02a20b readme: update links 📝 +- b302ba7 minor readme/documentation tweaks 📝 + +[🏷 `5.5.1`](https://github.com/public-transport/hafas-client/releases/tag/5.5.1), 2020-05-21 + ## `5.5.0` - fa3146d/9c4189a add [*SVV* profile](../p/svv) diff --git a/package.json b/package.json index 9f3c53f3..505105cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.5.0", + "version": "5.5.1", "main": "index.js", "files": [ "index.js", @@ -18,7 +18,7 @@ "Julius Tens ", "n0emis " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.5.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.5.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",