From 4837c2309ed0ac9f89dcf9724fcdc0234995eb85 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 3 Feb 2020 20:18:08 +0100 Subject: [PATCH] changelog :memo:, 5.0.4 [ci skip] --- docs/changelog.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index b1ad9003..3c946719 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## `5.0.4` + +- db9287f [`@mapbox/polyline`](https://www.npmjs.com/package/@mapbox/polyline) -> [`google-polyline`](https://www.npmjs.com/package/google-polyline) +- 9b0e55c VBB: accept station IDs with an unknown length 🐛 +- ea4912a debug CLI: accept JS objects + +[🏷 `5.0.4`](https://github.com/public-transport/hafas-client/releases/tag/5.0.4), 2020-02-03 + ## `5.0.3` - 8c6a8d8 `findInTree`: improved performance ⚡️ diff --git a/package.json b/package.json index fa7da4f8..5ed7f22d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.0.3", + "version": "5.0.4", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.0.3", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.0.4", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",