diff --git a/docs/changelog.md b/docs/changelog.md index a227e6a1..235cebe4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `3.1.0` + +- 9257d3a parse `line.fahrtNr` + ## `3.0.0` This version is not fully backwords-compatible. Check out [the migration guide](migrating-to-3.md). diff --git a/package.json b/package.json index 2227cee1..f5a43253 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "3.0.0", + "version": "3.1.0", "main": "index.js", "files": [ "index.js",