changelog 📝, 4.2.2

[ci skip]
This commit is contained in:
Jannis R 2019-06-25 10:46:21 +02:00
parent 0ce5669899
commit a2b71e2ab6
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## `4.2.2`
- 64f797e `parseProductsBitmask`: fix bitmask handling 🐛
- 707fd29 `p-retry@4`, `p-throttle@3`
## `4.2.1` ## `4.2.1`
- 9078d2d fix `leg.reachable`, which was breaking all walking legs 🐛 - 9078d2d fix `leg.reachable`, which was breaking all walking legs 🐛

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