From 2a5a3855153bc6d47dcae2c5e57f414b70cd2ee0 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 9 Sep 2020 15:25:54 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D,=205.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 6 ++++++ package.json | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 32e7710b..3d36cad9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## `5.7.1` + +- 2612494 fix platform parsing with some profiles 🐛 (by [em0lar](https://em0lar.de)) + +[🏷 `5.7.1`](https://github.com/public-transport/hafas-client/releases/tag/5.7.1), 2020-09-09 + ## `5.7.0` - b2b1b75/3f4c05d/097557c add [*ZVV* profile](../p/zvv) diff --git a/package.json b/package.json index 05e2737f..bcf8ce15 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.7.0", + "version": "5.7.1", "main": "index.js", "files": [ "index.js", @@ -16,9 +16,10 @@ "author": "Jannis R ", "contributors": [ "Julius Tens ", - "n0emis " + "n0emis ", + "em0lar " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.7.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.7.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",