diff --git a/docs/changelog.md b/docs/changelog.md index 3c946719..09ab8e26 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## `5.1.0` + +- 542a9ee/1c67350/738354d add [*VSN* profile](../p/vsn) +- dfff999 `request()`: add resonse ID to error objects +- c1beb28 `Error` -> `TypeError` + +[🏷 `5.1.0`](https://github.com/public-transport/hafas-client/releases/tag/5.1.0), 2020-02-08 + ## `5.0.4` - db9287f [`@mapbox/polyline`](https://www.npmjs.com/package/@mapbox/polyline) -> [`google-polyline`](https://www.npmjs.com/package/google-polyline) diff --git a/package.json b/package.json index 0b55e948..f5804af3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.0.4", + "version": "5.1.0", "main": "index.js", "files": [ "index.js", @@ -18,7 +18,7 @@ "Julius Tens ", "n0emis " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.0.4", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.1.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",