mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝; 6.0.5
This commit is contained in:
parent
24ad6117b0
commit
4cb7062302
2 changed files with 8 additions and 2 deletions
|
@ -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` 🐛
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue