changelog 📝; 6.0.5

This commit is contained in:
Jannis R 2023-05-15 21:21:38 +02:00
parent 24ad6117b0
commit 4cb7062302
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog # 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` ## `6.0.4`
- 14c9805a `journeys()`: let `earlierRef`/`laterRef` fall back to `null` 🐛 - 14c9805a `journeys()`: let `earlierRef`/`laterRef` fall back to `null` 🐛

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": "6.0.4", "version": "6.0.5",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
"files": [ "files": [
@ -26,7 +26,7 @@
"Benoit Deldicque (https://github.com/bddq)", "Benoit Deldicque (https://github.com/bddq)",
"roehrt" "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", "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": {