From 0499163df3ba890c1fb95187ad99b6338d09ed0d Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 12 Mar 2020 19:05:35 +0100 Subject: [PATCH] changelog :memo:, 5.3.0 [ci skip] --- docs/changelog.md | 11 +++++++++++ package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 999366ae..db9ab429 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # Changelog +## `5.3.0` + +- 1c790e1/299b5ac add [*INVG* profile](../p/invg) +- d5116c2/c2b15fa add [*PKP* profile](../p/pkp) +- 682f9f9/8540f5f add [*VBN* profile](../p/vbn) +- 3a9e548/0ea2c01 add [*RMV* profile](../p/rmv) +- 84637b2/522248b add [*RSAG* profile](../p/rsag) +- 86ddf2c add [*VMT* profile](../p/vmt) + +[🏷 `5.3.0`](https://github.com/public-transport/hafas-client/releases/tag/5.3.0), 2020-03-12 + ## `5.2.0` - 1b03b2e INSA: protocol version `1.21`, enable [`reachableFrom()`](reachable-from.md) diff --git a/package.json b/package.json index 2ee01ff3..f572a05b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "5.2.0", + "version": "5.3.0", "main": "index.js", "files": [ "index.js", @@ -18,7 +18,7 @@ "Julius Tens ", "n0emis " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/5.2.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/5.3.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "funding": "https://github.com/sponsors/derhuerst",