From d6307aa24bb2ae184cd84a7c72c661a63df82036 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 4 Apr 2023 11:37:03 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=20minor=20tweak;=206.?= =?UTF-8?q?0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 11 +++++++++-- license.md | 2 +- package.json | 5 +++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9bd675e5..f74e6185 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,11 +1,18 @@ # Changelog +## `6.0.4` + +- 14c9805a `journeys()`: let `earlierRef`/`laterRef` fall back to `null` 🐛 +- 8faf8ba5 [*DB* profile](../p/db): use ver `1.16` for `stop()` requests 🐛, update integration test fixture ✅ + +[🏷 `6.0.4`](https://github.com/public-transport/hafas-client/releases/tag/6.0.4), 2023-04-04 + ## `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.3`](https://github.com/public-transport/hafas-client/releases/tag/6.0.3), 2023-03-14 ## `6.0.2` @@ -64,7 +71,7 @@ Note that this version is not backwords-compatible with `5.*`. Check out [the mi - b1c2eb9b `parseWarning()`: handle missing `common.himMsgEventL[].{f,t}Time` - cef6dcaf `lib/request.js`: pass whole request body into `profile.transformReqBody()` -[🏷 `6.0.0`](https://github.com/public-transport/hafas-client/releases/tag/6.0.0), 2020-01-05 +[🏷 `6.0.0`](https://github.com/public-transport/hafas-client/releases/tag/6.0.0), 2022-11-19 ## `5.26.2` diff --git a/license.md b/license.md index 3c8a6270..2051bcd3 100644 --- a/license.md +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2022, Jannis R +Copyright (c) 2023, Jannis R Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/package.json b/package.json index d0483a80..a5892ef1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "6.0.3", + "version": "6.0.4", "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.3", + "homepage": "https://github.com/public-transport/hafas-client/tree/6.0.4", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": { @@ -41,6 +41,7 @@ "api", "http" ], + "packageManager": "npm@9.2.0", "engines": { "node": ">=16" },