diff --git a/docs/changelog.md b/docs/changelog.md index 211a59b5..99c6f127 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `3.6.3` + +- cb2d298 `stop`s/`station`s: default `id` of `null` 🐛 + ## `3.6.2` - 5beff47 `radar()`: fix `polylines` option 🐛 diff --git a/package.json b/package.json index 780da1f5..8e96d070 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "3.6.2", + "version": "3.6.3", "main": "index.js", "files": [ "index.js",