mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
remove AppVeyor 💚, changelog 📝, 5.0.1
[ci skip]
This commit is contained in:
parent
51b1e68ddd
commit
616da57550
3 changed files with 8 additions and 19 deletions
|
@ -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
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# 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`
|
## `5.0.0`
|
||||||
|
|
||||||
Note that this version is not backwords-compatible with `4.*`. Check out [the migration guide](migrating-to-5.md).
|
Note that this version is not backwords-compatible with `4.*`. Check out [the migration guide](migrating-to-5.md).
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hafas-client",
|
"name": "hafas-client",
|
||||||
"description": "Client for HAFAS public transport APIs.",
|
"description": "Client for HAFAS public transport APIs.",
|
||||||
"version": "5.0.0",
|
"version": "5.0.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Julius Tens <mail@juliustens.eu>"
|
"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",
|
"repository": "public-transport/hafas-client",
|
||||||
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
"bugs": "https://github.com/public-transport/hafas-client/issues",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
Loading…
Add table
Reference in a new issue