From df943252b69e07a9739600ef409a65e2941cd1c9 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 28 Oct 2019 17:47:21 +0100 Subject: [PATCH] changelog :memo:, 4.6.1 --- docs/changelog.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4ebdea8e..56343e6f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## `4.6.1` + +- 43b4a6e handle `H_UNKNOWN` error +- 1cc453b parseArrOrDep, parseLocation: bugfixes 🐛 + ## `4.6.0` - 73ca349/19c3ee6 NVV profile diff --git a/package.json b/package.json index 444cc04c..ad72b1de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.6.0", + "version": "4.6.1", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/4.6.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/4.6.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",