Skip to content

Commit 4b8f7c8

Browse files
committed
changelog 📝; 5.22.2
[ci skip]
1 parent 4cd0e9d commit 4b8f7c8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## `5.22.2`
4+
5+
- f6b144f0 BVG: update API endpoint
6+
- e3a02297 `lib/request`: tweak `User-Agent` randomisation logic
7+
- e69d069d/fa9a8d9f update integration tests ✅
8+
- 2ec079ad TPG: add integration test ✅
9+
- 4cd0e9d9 minor tweaks 📝
10+
11+
[🏷 `5.22.2`](https://github.com/public-transport/hafas-client/releases/tag/5.22.2), 2022-01-13
12+
313
## `5.22.1`
414

515
- 2fd06941 use [HTTP Keep-Alive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Keep-Alive) ⚡️

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.22.1",
4+
"version": "5.22.2",
55
"main": "index.js",
66
"files": [
77
"index.js",
@@ -23,7 +23,7 @@
2323
"Kristjan Esperanto (https://github.com/KristjanESPERANTO)",
2424
"Marcel Radzio <mtrnord@nordgedanken.dev>"
2525
],
26-
"homepage": "https://github.com/public-transport/hafas-client/tree/5.22.1",
26+
"homepage": "https://github.com/public-transport/hafas-client/tree/5.22.2",
2727
"repository": "public-transport/hafas-client",
2828
"bugs": "https://github.com/public-transport/hafas-client/issues",
2929
"funding": {

0 commit comments

Comments
 (0)