From 629385599caab9e8335661cbc75700199e963262 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 29 Apr 2018 14:30:05 +0200 Subject: [PATCH] 2.6.0 --- 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 117cf59c..135c5d70 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `2.6.0` + +- 5d10d76 journey legs: parse cycle + ## `2.5.3` - d676b84 fix parsing for journey leg alternatives 🐛 diff --git a/package.json b/package.json index 7bd26e4e..f1a314b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "2.5.3", + "version": "2.6.0", "main": "index.js", "files": [ "index.js",