From 9f85a9af54c95eed91ce04c7e7fdaabbab30c8f5 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 11 Dec 2022 22:40:39 +0100 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=206.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f18e3dc2..00c74efe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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). diff --git a/package.json b/package.json index b6221854..8f729c87 100644 --- a/package.json +++ b/package.json @@ -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": {