Skip to content

Commit d2bca32

Browse files
committed
changelog 📝, 5.1.0
[ci skip]
1 parent 65c79fe commit d2bca32

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## `5.1.0`
4+
5+
- 542a9ee/1c67350/738354d add [*VSN* profile](../p/vsn)
6+
- dfff999 `request()`: add resonse ID to error objects
7+
- c1beb28 `Error` -> `TypeError`
8+
9+
[🏷 `5.1.0`](https://github.com/public-transport/hafas-client/releases/tag/5.1.0), 2020-02-08
10+
311
## `5.0.4`
412

513
- db9287f [`@mapbox/polyline`](https://www.npmjs.com/package/@mapbox/polyline) -> [`google-polyline`](https://www.npmjs.com/package/google-polyline)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hafas-client",
33
"description": "Client for HAFAS public transport APIs.",
4-
"version": "5.0.4",
4+
"version": "5.1.0",
55
"main": "index.js",
66
"files": [
77
"index.js",
@@ -18,7 +18,7 @@
1818
"Julius Tens <[email protected]>",
1919
"n0emis <[email protected]>"
2020
],
21-
"homepage": "https://github.com/public-transport/hafas-client/tree/5.0.4",
21+
"homepage": "https://github.com/public-transport/hafas-client/tree/5.1.0",
2222
"repository": "public-transport/hafas-client",
2323
"bugs": "https://github.com/public-transport/hafas-client/issues",
2424
"license": "ISC",

0 commit comments

Comments
 (0)