changelog 📝, 5.12.0

[ci skip]
This commit is contained in:
Jannis R 2020-12-09 13:12:53 +01:00
parent 1a0d97dd28
commit 18f8c81b59
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# Changelog # 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` ## `5.11.0`
- 259fcd7 add [*VRN* (south-west Germany) profile](../p/vrn) - 259fcd7 add [*VRN* (south-west Germany) profile](../p/vrn)

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "Client for HAFAS public transport APIs.", "description": "Client for HAFAS public transport APIs.",
"version": "5.11.0", "version": "5.12.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -20,7 +20,7 @@
"em0lar <hello@em0lar.de>", "em0lar <hello@em0lar.de>",
"Adrian Böhme <hannsadrian@gmail.com> (https://github.com/Adwirawien)" "Adrian Böhme <hannsadrian@gmail.com> (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", "repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues", "bugs": "https://github.com/public-transport/hafas-client/issues",
"funding": { "funding": {