changelog 📝, 5.0.4

[ci skip]
This commit is contained in:
Jannis R 2020-02-03 20:18:08 +01:00
parent ea4912aae4
commit 4837c2309e
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## `5.0.4`
- db9287f [`@mapbox/polyline`](https://www.npmjs.com/package/@mapbox/polyline) -> [`google-polyline`](https://www.npmjs.com/package/google-polyline)
- 9b0e55c VBB: accept station IDs with an unknown length 🐛
- ea4912a debug CLI: accept JS objects
[🏷 `5.0.4`](https://github.com/public-transport/hafas-client/releases/tag/5.0.4), 2020-02-03
## `5.0.3` ## `5.0.3`
- 8c6a8d8 `findInTree`: improved performance ⚡️ - 8c6a8d8 `findInTree`: improved performance ⚡️

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