From af29210c07ca6f5f8c0f77255ee40415f900631b Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 20 Sep 2018 19:01:59 +0200 Subject: [PATCH] changelog :memo:, minor changes, 3.4.0 [ci skip] --- docs/changelog.md | 4 ++++ package.json | 2 +- readme.md | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 69174c8a..be284d84 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `3.4.0` + +- #81 [S-Bahn München profile](p/sbahn-muenchen) – Thanks @flori-uni! + ## `3.3.1` - 035877c `reachableFrom()` retry 🐛 diff --git a/package.json b/package.json index b7e9c40d..f4cda001 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "3.3.1", + "version": "3.4.0", "main": "index.js", "files": [ "index.js", diff --git a/readme.md b/readme.md index 693f9343..7fc1c9f4 100644 --- a/readme.md +++ b/readme.md @@ -179,7 +179,6 @@ The returned [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript - [*Friendly Public Transport Format*](https://github.com/public-transport/friendly-public-transport-format#friendly-public-transport-format-fptf) – A format for APIs, libraries and datasets containing and working with public transport data. - [`db-hafas`](https://github.com/derhuerst/db-hafas#db-hafas) – JavaScript client for the DB HAFAS API. - [`vbb-hafas`](https://github.com/derhuerst/vbb-hafas#vbb-hafas) – JavaScript client for Berlin & Brandenburg public transport HAFAS API. -- [`hafas-departures-in-direction`](https://github.com/derhuerst/hafas-departures-in-direction#hafas-departures-in-direction) – Pass in a HAFAS client, get departures in a certain direction. - [`hafas-collect-departures-at`](https://github.com/derhuerst/hafas-collect-departures-at#hafas-collect-departures-at) – Utility to collect departures, using any HAFAS client. - [`hafas-monitor-departures`](https://github.com/derhuerst/hafas-monitor-departures#hafas-monitor-departures) – Pass in a HAFAS client, fetch all departures at any set of stations. - [`hafas-discover-stations`](https://github.com/derhuerst/hafas-discover-stations#hafas-discover-stations) – Pass in a HAFAS client, discover stations by querying departures.