From c7a2813039a52fba87e4426f0c1a4c231713d697 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 26 Dec 2019 23:11:11 +0100 Subject: [PATCH] changelog :memo:, 4.7.0 [ci skip] --- 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 6b7458aa..0b70b474 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## `4.7.0` + +- fceaf86 parse `Q` hints +- c883d96 documentation for `mgate.exe` endpoints + +[🏷 `4.7.0`](https://github.com/public-transport/hafas-client/releases/tag/4.7.0), 2019-12-26 + ## `4.6.2` - 105c18b DB: always use `rtMode: HYBRID` diff --git a/package.json b/package.json index 890ef781..59eff254 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.6.2", + "version": "4.7.0", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/4.6.2", + "homepage": "https://github.com/public-transport/hafas-client/tree/4.7.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",