From f771e9fb5d33d75632870ee7238f280f68199b49 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 29 Jan 2020 02:49:26 +0100 Subject: [PATCH] changelog :memo:, 5.0.3 [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 0e3fe2f6..b1ad9003 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## `5.0.3` + +- 8c6a8d8 `findInTree`: improved performance ⚡️ +- c080f32 `vbb-translate-ids@4` 🐛 + +[🏷 `5.0.3`](https://github.com/public-transport/hafas-client/releases/tag/5.0.3), 2020-01-29 + ## `5.0.2` - e049aa3 `parseWarning()`: fix `parseMsgEvent()` 🐛 diff --git a/package.json b/package.json index ee50991c..84747870 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.0.2", + "version": "5.0.3", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.0.2", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.0.3", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",