Skip to content

Commit 2f5c8f4

Browse files
committed
changelog 📝; 5.20.2
[ci skip]
1 parent 8d4f8a8 commit 2f5c8f4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## `5.20.1`
44

5+
- 84c7582a `journeys()`: fix empty `viaLocL[]` 🐛 (#247)
6+
- dd5e4368 fix `departures()`/`arrivals()` without `opt.direction` 🐛
7+
- 3f75e075 BVG: update API endpoint
8+
- 1f6e6810 DB: update `.ext`
9+
- 39d3807c minor tweaks 📝
10+
- 8d4f8a83 E2E/integration tests: update fixtures ✅
11+
12+
[🏷 `5.20.1`](https://github.com/public-transport/hafas-client/releases/tag/5.20.1), 2021-10-26
13+
14+
## `5.20.1`
15+
516
- 46fb44d0 SNCB: update CA chain 🐛
617
- f0d33564 `parseTrip()`: handle missing `stopL[]` (on-demand trips) 🐛✅
718
- fd6a349b `tripsByName()`: more options, add to debug CLI, skipped E2E test ✅📝

package.json

Lines changed: 2 additions & 2 deletions
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.20.1",
4+
"version": "5.20.2",
55
"main": "index.js",
66
"files": [
77
"index.js",
@@ -22,7 +22,7 @@
2222
"Yureka <github@yuka.dev>",
2323
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)"
2424
],
25-
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.1",
25+
"homepage": "https://github.com/public-transport/hafas-client/tree/5.20.2",
2626
"repository": "public-transport/hafas-client",
2727
"bugs": "https://github.com/public-transport/hafas-client/issues",
2828
"funding": {

0 commit comments

Comments
 (0)