mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
changelog 📝; 6.0.1
This commit is contained in:
parent
557fc66078
commit
9f85a9af54
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## `6.0.1`
|
||||
|
||||
- d8805d9e/fc1afe06 docs: fix profile `import`s in code examples 📝 – Thanks @KristjanESPERANTO!
|
||||
- 547dd4b2 `parseDateTime()`/`formatDate()`/`formatTime()`: share Luxon `IANAZone`s ⚡️
|
||||
- 557fc660 upgrade to `luxon@3`
|
||||
|
||||
[🏷 `6.0.1`](https://github.com/public-transport/hafas-client/releases/tag/6.0.1), 2022-12-11
|
||||
|
||||
## `6.0.0`
|
||||
|
||||
Note that this version is not backwords-compatible with `5.*`. Check out [the migration guide](migrating-to-6.md).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "hafas-client",
|
||||
"description": "Client for HAFAS public transport APIs.",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
@ -26,7 +26,7 @@
|
|||
"Benoit Deldicque (https://github.com/bddq)",
|
||||
"roehrt"
|
||||
],
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/6.0.0",
|
||||
"homepage": "https://github.com/public-transport/hafas-client/tree/6.0.1",
|
||||
"repository": "public-transport/hafas-client",
|
||||
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
||||
"funding": {
|
||||
|
|
Loading…
Add table
Reference in a new issue