From e5dafa0d481ded2b4d0dcf059440bb28f6153160 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 25 Jun 2019 20:35:41 +0200 Subject: [PATCH] changelog :memo:, 4.3.0 [ci skip] --- docs/changelog.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e3e17f99..a3e89cd8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,10 @@ # Changelog +## `4.3.0` + +- 1e0182f `parseLint`: use `addName` +- d0f7ca1 follow HTTP redirects, accept `br` encoding + ## `4.2.2` - 64f797e `parseProductsBitmask`: fix bitmask handling 🐛 diff --git a/package.json b/package.json index e516f5e4..af886f9c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "Client for HAFAS public transport APIs.", - "version": "4.2.2", + "version": "4.3.0", "main": "index.js", "files": [ "index.js", @@ -17,7 +17,7 @@ "contributors": [ "Julius Tens " ], - "homepage": "https://github.com/public-transport/hafas-client/tree/4.2.2", + "homepage": "https://github.com/public-transport/hafas-client/tree/4.3.0", "repository": "public-transport/hafas-client", "bugs": "https://github.com/public-transport/hafas-client/issues", "license": "ISC",