changelog 📝, 5.3.0

[ci skip]
This commit is contained in:
Jannis R 2020-03-12 19:05:35 +01:00
parent 86ddf2c290
commit 0499163df3
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
# Changelog # Changelog
## `5.3.0`
- 1c790e1/299b5ac add [*INVG* profile](../p/invg)
- d5116c2/c2b15fa add [*PKP* profile](../p/pkp)
- 682f9f9/8540f5f add [*VBN* profile](../p/vbn)
- 3a9e548/0ea2c01 add [*RMV* profile](../p/rmv)
- 84637b2/522248b add [*RSAG* profile](../p/rsag)
- 86ddf2c add [*VMT* profile](../p/vmt)
[🏷 `5.3.0`](https://github.com/public-transport/hafas-client/releases/tag/5.3.0), 2020-03-12
## `5.2.0` ## `5.2.0`
- 1b03b2e INSA: protocol version `1.21`, enable [`reachableFrom()`](reachable-from.md) - 1b03b2e INSA: protocol version `1.21`, enable [`reachableFrom()`](reachable-from.md)

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.2.0", "version": "5.3.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -18,7 +18,7 @@
"Julius Tens <mail@juliustens.eu>", "Julius Tens <mail@juliustens.eu>",
"n0emis <n0emis@noemis.me>" "n0emis <n0emis@noemis.me>"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.2.0", "homepage": "https://github.com/public-transport/hafas-client/tree/5.3.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": "https://github.com/sponsors/derhuerst", "funding": "https://github.com/sponsors/derhuerst",