changelog 📝; 6.0.3

This commit is contained in:
Jannis R 2023-03-14 21:04:03 +01:00
parent e7602e6c84
commit 9d35d83c97
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
## `6.0.3`
- e7602e6c `createClient()`: throw if userAgent is one of the documented ones 💥📝
- 5910d625 docs: make user agent instructions more specific & actionable 📝 (related: [#286](https://github.com/public-transport/hafas-client/issues/286))
[🏷 `6.0.3`](https://github.com/public-transport/hafas-client/releases/tag/6.0.3), todo
## `6.0.2` ## `6.0.2`
- 26394489 [*SNCB*/*NMBS* profile](../p/sncb): document profile as temporarily broken 📝 - 26394489 [*SNCB*/*NMBS* profile](../p/sncb): document profile as temporarily broken 📝

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": "6.0.2", "version": "6.0.3",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
"files": [ "files": [
@ -26,7 +26,7 @@
"Benoit Deldicque (https://github.com/bddq)", "Benoit Deldicque (https://github.com/bddq)",
"roehrt" "roehrt"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/6.0.2", "homepage": "https://github.com/public-transport/hafas-client/tree/6.0.3",
"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": {