diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index dd97bdb9..00000000 --- a/.appveyor.yml +++ /dev/null @@ -1,17 +0,0 @@ -skip_tags: true -platform: - - x64 -environment: - matrix: - - nodejs_version: 'Current' - - nodejs_version: '8' - - nodejs_version: '6' -install: - - ps: Install-Product node $env:nodejs_version - - npm install -before_build: - - node --version -build_script: - - echo 'no build script' -test_script: - - npm test diff --git a/docs/changelog.md b/docs/changelog.md index 9c0ad6ae..00425999 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## `5.0.1` + +- 51b1e68 `throttle.js`, `retry.js`: use default profile 🐛 + +[🏷 `5.0.1`](https://github.com/public-transport/hafas-client/releases/tag/5.0.1), 2020-01-15 + ## `5.0.0` Note that this version is not backwords-compatible with `4.*`. Check out [the migration guide](migrating-to-5.md). diff --git a/package.json b/package.json index f7c49536..b873f4b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.0.0", + "version": "5.0.1", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.0.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.0.1", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",