From 18f8c81b59927ac28b71c535dcdf0b85d45f6bd8 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 9 Dec 2020 13:12:53 +0100 Subject: [PATCH] =?UTF-8?q?changelog=20=F0=9F=93=9D,=205.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- docs/changelog.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1df4e544..bda39331 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,14 @@ # Changelog +## `5.12.0` + +- 3e6d6d9 add [`serverInfo()` method](server-info.md) +- ed48971/731d9b8 add [`remarks()` method](remarks.md) +- 9d8260b/53e10f7/1a0d97d add [`lines()` method](lines.md) +- e6bc8c6 `departures()`/`arrivals()`: add `line` option + +[🏷 `5.12.0`](https://github.com/public-transport/hafas-client/releases/tag/5.12.0), 2020-12-09 + ## `5.11.0` - 259fcd7 add [*VRN* (south-west Germany) profile](../p/vrn) diff --git a/package.json b/package.json index 34bb9596..18e2a372 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.11.0", + "version": "5.12.0", "main": "index.js", "files": [ "index.js", @@ -20,7 +20,7 @@ "em0lar ", "Adrian Böhme (https://github.com/Adwirawien)" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.11.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.12.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {