changelog 📝, 5.9.0

[ci skip]
This commit is contained in:
Jannis R 2020-09-24 10:36:32 +02:00
parent 8ed218f4d6
commit 33d7d30acf
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.9.0`
- 8ed218f add [*Irish Rail* profile](../p/irish-rail)
- de86391 support HTTP proxies via `HTTPS_PROXY` & `HTTP_PROXY` environment variables
[🏷 `5.9.0`](https://github.com/public-transport/hafas-client/releases/tag/5.9.0), 2020-09-24
## `5.8.0` ## `5.8.0`
- 4d06057/82de740/c17bd5a add [*Rejseplanen* profile](../p/rejseplanen) - 4d06057/82de740/c17bd5a add [*Rejseplanen* profile](../p/rejseplanen)

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