changelog 📝, 5.0.3

[ci skip]
This commit is contained in:
Jannis R 2020-01-29 02:49:26 +01:00
parent 5622f98e62
commit f771e9fb5d
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.0.3`
- 8c6a8d8 `findInTree`: improved performance ⚡️
- c080f32 `vbb-translate-ids@4` 🐛
[🏷 `5.0.3`](https://github.com/public-transport/hafas-client/releases/tag/5.0.3), 2020-01-29
## `5.0.2` ## `5.0.2`
- e049aa3 `parseWarning()`: fix `parseMsgEvent()` 🐛 - e049aa3 `parseWarning()`: fix `parseMsgEvent()` 🐛

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.0.2", "version": "5.0.3",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -17,7 +17,7 @@
"contributors": [ "contributors": [
"Julius Tens <mail@juliustens.eu>" "Julius Tens <mail@juliustens.eu>"
], ],
"homepage": "https://github.com/public-transport/hafas-client/tree/5.0.2", "homepage": "https://github.com/public-transport/hafas-client/tree/5.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",
"license": "ISC", "license": "ISC",