Skip to content

Commit

Permalink
changelog 📝; 5.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Oct 6, 2022
1 parent 829c9ca commit 4189ce4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Changelog

## `5.26.0`

- 829c9ca4 add `profile.log{Request,Response}()` hooks 📝

[🏷 `5.26.0`](https://github.com/public-transport/hafas-client/releases/tag/5.26.0), 2022-10-06

## `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.25.0`](https://github.com/public-transport/hafas-client/releases/tag/5.25.0), 2022-07-30

## `5.24.1`

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "5.25.0",
"version": "5.26.0",
"main": "index.js",
"files": [
"index.js",
Expand All @@ -25,7 +25,7 @@
"Benoit Deldicque (https://github.com/bddq)",
"roehrt"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.25.0",
"homepage": "https://github.com/public-transport/hafas-client/tree/5.26.0",
"repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": {
Expand Down

0 comments on commit 4189ce4

Please sign in to comment.