diff --git a/docs/changelog.md b/docs/changelog.md index d1b0ec84..e3e17f99 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## `4.2.2` + +- 64f797e `parseProductsBitmask`: fix bitmask handling 🐛 +- 707fd29 `p-retry@4`, `p-throttle@3` + ## `4.2.1` - 9078d2d fix `leg.reachable`, which was breaking all walking legs 🐛 diff --git a/package.json b/package.json index 29afd31b..e516f5e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.2.1", + "version": "4.2.2", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "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", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",