diff --git a/docs/changelog.md b/docs/changelog.md index 53da624e..298397e0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## `5.10.1` + +- 6d4f29a `nearby()`: support `opt.products` +- 66ff661 `parseJourneyLeg` → `applyRemarks`: handle legs without `stopovers[]` 🐛 + +[🏷 `5.10.1`](https://github.com/public-transport/hafas-client/releases/tag/5.10.1), 2020-11-15 + ## `5.10.0` - 013ab2d add [*mobiliteit.lu* (Luxembourg) profile](../p/mobiliteit-lu) diff --git a/package.json b/package.json index 788f16d0..9197420c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.10.0", + "version": "5.10.1", "main": "index.js", "files": [ "index.js", @@ -20,7 +20,7 @@ "em0lar ", "Adrian Böhme (https://github.com/Adwirawien)" ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.10.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.10.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": {