diff --git a/docs/changelog.md b/docs/changelog.md index 235cebe4..676d81a7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `3.1.1` + +- 39cc2f3 fix install on Windows 🐛 + ## `3.1.0` - 9257d3a parse `line.fahrtNr` diff --git a/package.json b/package.json index 1aa403d6..8caa6f81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "3.1.0", + "version": "3.1.1", "main": "index.js", "files": [ "index.js",