changelog 📝, 5.1.0

[ci skip]
This commit is contained in:
Jannis R 2020-02-08 18:14:20 +01:00
parent 65c79fed5d
commit d2bca32c77
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 10 additions and 2 deletions

View file

@ -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)

View file

@ -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 <mail@juliustens.eu>",
"n0emis <n0emis@noemis.me>"
],
"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",