From 5ab47e8e8bb8de2cb5044d1d8531a09803b76a3c Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 22 Aug 2018 19:36:14 +0200 Subject: [PATCH] changelog :memo:, 3.1.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 a227e6a1..235cebe4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `3.1.0` + +- 9257d3a parse `line.fahrtNr` + ## `3.0.0` This version is not fully backwords-compatible. Check out [the migration guide](migrating-to-3.md). diff --git a/package.json b/package.json index 2227cee1..f5a43253 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "3.0.0", + "version": "3.1.0", "main": "index.js", "files": [ "index.js",