From ed3ecd7b4d2de8e79f2b8a200188634eea48f29c Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sat, 22 Sep 2018 19:24:50 +0200 Subject: [PATCH] changelog :memo:, 3.4.1 [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 be284d84..6669919f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `3.4.1` + +- 582c9de speed up date+time parsing ⚡️ + ## `3.4.0` - #81 [S-Bahn München profile](p/sbahn-muenchen) – Thanks @flori-uni! diff --git a/package.json b/package.json index f4cda001..7c0b1f76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "3.4.0", + "version": "3.4.1", "main": "index.js", "files": [ "index.js",