diff --git a/docs/changelog.md b/docs/changelog.md index 73275278..da6f5021 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,12 @@ # Changelog +## `5.4.0` + +- 01b3693/17031f3/7d3107e add [*SNCB*/*NMBS* profile](../p/sncb) +- ae74bb4 `departures()`/`arrivals()`: add `results` option + +[🏷 `5.4.0`](https://github.com/public-transport/hafas-client/releases/tag/5.4.0), 2020-03-29 + ## `5.3.1` - 916ac30 PKP: trim `-` from stop names diff --git a/package.json b/package.json index babc20f8..dbf704c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.3.1", + "version": "5.4.0", "main": "index.js", "files": [ "index.js", @@ -18,7 +18,7 @@ "Julius Tens ", "n0emis " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.3.1", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.4.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",