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",