changelog 📝; 5.17.0

[ci skip]
This commit is contained in:
Jannis R 2021-07-28 22:54:36 +02:00
parent 33dab455ce
commit b717642293
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## `5.17.0`
- 24c2cc6e add [*BLS* profile](../p/bls)
- 33dab455 add [*TPG* profile](../p/tpg)
[🏷 `5.17.0`](https://github.com/public-transport/hafas-client/releases/tag/5.17.0), 2021-07-28
## `5.16.0` ## `5.16.0`
- 7cb62108 `lib/request`: validate response `content-type` 🐛 - 7cb62108 `lib/request`: validate response `content-type` 🐛

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.16.0", "version": "5.17.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.16.0", "homepage": "https://github.com/public-transport/hafas-client/tree/5.17.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": {