From f04b5416e4af7f7bbf0ec679e181611c3ae36fe6 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Fri, 7 Jun 2019 11:34:29 +0200 Subject: [PATCH] changelog :memo:, 4.2.0 [ci skip] --- docs/changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index ed667843..e0d0eaa3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `4.2.0` + +- 6da1e80 add `leg.reachable` + ## `4.1.1` - 875ea18 parse scheduled/actual platform information on legs, fixes #116 🐛 diff --git a/package.json b/package.json index 4892517d..4987ea6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.1.1", + "version": "4.2.0", "main": "index.js", "files": [ "index.js",