From 4b72c61c58d169c3b284d83d9fa57604345dfd04 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 15 Sep 2020 11:38:25 +0200 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D,=20@Adwirawien=20as=20?= =?UTF-8?q?contributor,=205.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 11 +++++++++++ package.json | 7 ++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3d36cad9..e2bb5037 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +## `5.8.0` + +- 4d06057/82de740/c17bd5a add [*Rejseplanen* profile](../p/rejseplanen) +- 9848dfa RMV: fix product bitmasks 🐛 (by [Adwirawien](https://github.com/Adwirawien)) +- 25fb25c `parseLeg`: use remarks without `fIdx`/`tIdx` 🐛 +- 68aaad1 *S-Bahn München*: switch to `1.21` protocol +- a621fd6 minor tweaks +- 2d139c8/c9f8cc6/b2a3ce4/e6f25a6/c17bd5a improve/update E2E & integration tests ✅ + +[🏷 `5.8.0`](https://github.com/public-transport/hafas-client/releases/tag/5.8.0), 2020-09-15 + ## `5.7.1` - 2612494 fix platform parsing with some profiles 🐛 (by [em0lar](https://em0lar.de)) diff --git a/package.json b/package.json index bcf8ce15..57db281a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.7.1", + "version": "5.8.0", "main": "index.js", "files": [ "index.js", @@ -17,9 +17,10 @@ "contributors": [ "Julius Tens ", "n0emis ", - "em0lar " + "em0lar ", + "Adrian Böhme (https://github.com/Adwirawien)" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.7.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.8.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",