From 9d35d83c971a33b9af4ce1d35a82f722652224c1 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 14 Mar 2023 21:04:03 +0100 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=206.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 6c034858..9bd675e5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## `6.0.3` + +- e7602e6c `createClient()`: throw if userAgent is one of the documented ones 💥📝 +- 5910d625 docs: make user agent instructions more specific & actionable 📝 (related: [#286](https://github.com/public-transport/hafas-client/issues/286)) + +[🏷 `6.0.3`](https://github.com/public-transport/hafas-client/releases/tag/6.0.3), todo + ## `6.0.2` - 26394489 [*SNCB*/*NMBS* profile](../p/sncb): document profile as temporarily broken 📝 diff --git a/package.json b/package.json index 44909fd2..d0483a80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "6.0.2", + "version": "6.0.3", "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.2", + "homepage": "https://github.com/public-transport/hafas-client/tree/6.0.3", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {