changelog 📝; 5.25.0

[ci skip]
This commit is contained in:
Jannis R 2022-07-30 13:38:18 +02:00
parent 95af0a0127
commit 0dc230837a
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 # Changelog
## `5.25.0`
- 0a636981 parse `CHKI` (check-in, check-out) legs ✅
- 7c68f962 `parse{Stopover,JourneyLeg, Trip}`: expose `{arrival,departure}PrognosisType`
- 95af0a01 `parseArrival` & `parseDeparture`: expose `prognosisType`
[🏷 `5.25.0`](https://github.com/public-transport/hafas-client/releases/tag/5.24.0), 2022-07-30
## `5.24.1` ## `5.24.1`
- 492cb7df KVB: provide CA certificate chain via `Agent` 🐛 - 492cb7df KVB: provide CA certificate chain via `Agent` 🐛

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "Client for HAFAS public transport APIs.", "description": "Client for HAFAS public transport APIs.",
"version": "5.24.1", "version": "5.25.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -25,7 +25,7 @@
"Benoit Deldicque (https://github.com/bddq)", "Benoit Deldicque (https://github.com/bddq)",
"roehrt" "roehrt"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.24.1", "homepage": "https://github.com/public-transport/hafas-client/tree/5.25.0",
"repository": "public-transport/hafas-client", "repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues", "bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": { "funding": {