Skip to content

Commit

Permalink
changelog 📝; 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed May 15, 2023
1 parent 24ad611 commit 4cb7062
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## `6.0.5`

- 9a1ef7c5 `journeys()`/`journeysFromTrip()`/`refreshJourney()`/`trip()`/`tripsByName()`: apply leg-wide remarks even if `opt.stopovers` is `false` 🐛 – Thanks @traines-source!

[🏷 `6.0.5`](https://github.com/public-transport/hafas-client/releases/tag/6.0.5), 2023-05-15

## `6.0.4`

- 14c9805a `journeys()`: let `earlierRef`/`laterRef` fall back to `null` 🐛
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": "6.0.4",
"version": "6.0.5",
"type": "module",
"main": "index.js",
"files": [
Expand All @@ -26,7 +26,7 @@
"Benoit Deldicque (https://github.com/bddq)",
"roehrt"
],
"homepage": "https://github.com/public-transport/hafas-client/tree/6.0.4",
"homepage": "https://github.com/public-transport/hafas-client/tree/6.0.5",
"repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": {
Expand Down

0 comments on commit 4cb7062

Please sign in to comment.