From 449d2261bd6818f9813c5337e356804a7ecd9009 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 3 Sep 2023 17:09:05 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D;=206.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 955907ca..0f6b24db 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +## `6.1.1` + +- 45610fc9 [*IVB* profile](../p/ivb): update SSL CA certificate chain 🐛 +- 581a4751 profiles' examples: fixes, minor tweaks 📝 +- 19cdde06 document testing setup 📝 +- 0bc6ba36 [*DB* profile](../p/db): pass along `opt.age` if defined ✅ + +[🏷 `6.1.1`](https://github.com/public-transport/hafas-client/releases/tag/6.1.1), 2023-09-03 + ## `6.1.0` - 793cc9ee with `$HTTP(S)_PROXY`, keep connections alive for 10s diff --git a/package.json b/package.json index aab55e10..61ab2c5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "6.1.0", + "version": "6.1.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.1.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/6.1.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {