From ae4e592b005ccbc3e598f2c22f7fe7fa91011afd Mon Sep 17 00:00:00 2001 From: Jannis R Date: Fri, 16 Aug 2019 18:18:41 +0200 Subject: [PATCH] changelog :memo:, 4.5.2 [ci skip] --- docs/changelog.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index dc1bbd09..c55335ba 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## `4.5.2` + +- 2e88e96 install-unique client ID via `postinstall` step -> generate process-unique ID + ## `4.5.1` - bd7d5bb `parseWarning`: handle missing `summary`/`text` 🐛 diff --git a/package.json b/package.json index 6947d94e..04f9f11a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.5.1", + "version": "4.5.2", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/4.5.0", + "homepage": "https://github.com/public-transport/hafas-client/tree/4.5.2", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",