diff --git a/docs/changelog.md b/docs/changelog.md index b9d2edf0..90f5d3d9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## `6.2.2` + +- 26c56f8d/c85f083d/8a174016 fix date of next-day DEVI leg in an overnight journey 🐛 – Thanks @soerface! +- 1ee316fa `radar()`: relax bounding box checks 🐛 – Thanks @dancesWithCycles! +- 228c7253/66d9fb51 add linting rules enforcing code style – Thanks @KristjanESPERANTO! + +[🏷 `6.2.2`](https://github.com/public-transport/hafas-client/releases/tag/6.2.2), 2024-02-22 + ## `6.2.1` - 8520eb3d [*mobil.nrw* profile](../p/mobil-nrw): fix `mode` for `ec-ic` product 🐛 diff --git a/package.json b/package.json index d5f3c5b3..40610ee4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "6.2.1", + "version": "6.2.2", "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.2.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/6.2.2", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {