From 73261e99b499b9c0d4e8906d8f2715380396cca5 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 28 Feb 2019 16:23:32 +0100 Subject: [PATCH] changelog :memo:, permalinks to 3 branch :memo:, 3.10.1 [ci skip] --- docs/changelog.md | 5 +++++ package.json | 4 ++-- readme.md | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index b124791e..7b44fcf6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## `3.10.1` + +- dafc96a update CMTA credentials +- 46e7729 remove `console.error` call 🐛 + ## `3.10.0` - d797333/1e16a10 [DB](../p/db): parse additional line names diff --git a/package.json b/package.json index eb41afe1..1b8ea263 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "3.10.0", + "version": "3.10.1", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client", + "homepage": "https://github.com/public-transport/hafas-client/tree/3.4.3", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC", diff --git a/readme.md b/readme.md index 91ab8a65..d8482534 100644 --- a/readme.md +++ b/readme.md @@ -15,8 +15,8 @@ HAFAS endpoint | wrapper library | docs | example code | source code *Saarfahrplan*/VGS ([Saarland](https://en.wikipedia.org/wiki/Saarland)) | - | [docs](p/saarfahrplan/readme.md) | [example code](p/saarfahrplan/example.js) | [src](p/saarfahrplan/index.js) [![npm version](https://img.shields.io/npm/v/hafas-client.svg)](https://www.npmjs.com/package/hafas-client) -[![build status](https://img.shields.io/travis/public-transport/hafas-client.svg?branch=master)](https://travis-ci.org/public-transport/hafas-client) -[![Windows build status](https://img.shields.io/appveyor/ci/public-transport/hafas-client.svg?branch=master)](https://ci.appveyor.com/project/public-transport/hafas-client) +[![build status](https://img.shields.io/travis/public-transport/hafas-client.svg?branch=3)](https://travis-ci.org/public-transport/hafas-client) +[![Windows build status](https://img.shields.io/appveyor/ci/public-transport/hafas-client.svg?branch=3)](https://ci.appveyor.com/project/public-transport/hafas-client) ![ISC-licensed](https://img.shields.io/github/license/public-transport/hafas-client.svg) [![chat on gitter](https://badges.gitter.im/public-transport/Lobby.svg)](https://gitter.im/public-transport/Lobby) [![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst) @@ -37,7 +37,7 @@ npm install hafas-client ### with [react-native](https://facebook.github.io/react-native/) -`hafas-client` as well its dependencies use [Node-builtin modules](https://nodejs.org/dist/latest/docs/api/) and [Node globals](https://nodejs.org/api/globals.html). To be able to use it within react-native, follow [the instructions at `node-libs-react-native`](https://github.com/parshap/node-libs-react-native/blob/master/README.md#usage). +`hafas-client` as well its dependencies use [Node-builtin modules](https://nodejs.org/dist/latest/docs/api/) and [Node globals](https://nodejs.org/api/globals.html). To be able to use it within react-native, follow [the instructions at `node-libs-react-native`](https://github.com/parshap/node-libs-react-native/blob/3/README.md#usage). ## API