remove AppVeyor 💚, changelog 📝, 5.0.1

[ci skip]
This commit is contained in:
Jannis R 2020-01-15 00:06:23 +01:00
parent 51b1e68ddd
commit 616da57550
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 8 additions and 19 deletions

View file

@ -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

View file

@ -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).

View file

@ -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 <mail@juliustens.eu>"
],
"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",