changelog 📝; 6.0.1

This commit is contained in:
Jannis R 2022-12-11 22:40:39 +01:00
parent 557fc66078
commit 9f85a9af54
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog # 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` ## `6.0.0`
Note that this version is not backwords-compatible with `5.*`. Check out [the migration guide](migrating-to-6.md). Note that this version is not backwords-compatible with `5.*`. Check out [the migration guide](migrating-to-6.md).

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.0", "version": "6.0.1",
"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.0", "homepage": "https://github.com/public-transport/hafas-client/tree/6.0.1",
"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": {