changelog 📝, 4.3.0

[ci skip]
This commit is contained in:
Jannis R 2019-06-25 20:35:41 +02:00
parent a2b71e2ab6
commit e5dafa0d48
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## `4.3.0`
- 1e0182f `parseLint`: use `addName`
- d0f7ca1 follow HTTP redirects, accept `br` encoding
## `4.2.2` ## `4.2.2`
- 64f797e `parseProductsBitmask`: fix bitmask handling 🐛 - 64f797e `parseProductsBitmask`: fix bitmask handling 🐛

View file

@ -1,7 +1,7 @@
{ {
"name": "hafas-client", "name": "hafas-client",
"description": "Client for HAFAS public transport APIs.", "description": "Client for HAFAS public transport APIs.",
"version": "4.2.2", "version": "4.3.0",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js", "index.js",
@ -17,7 +17,7 @@
"contributors": [ "contributors": [
"Julius Tens <mail@juliustens.eu>" "Julius Tens <mail@juliustens.eu>"
], ],
"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", "repository": "public-transport/hafas-client",
"bugs": "https://github.com/public-transport/hafas-client/issues", "bugs": "https://github.com/public-transport/hafas-client/issues",
"license": "ISC", "license": "ISC",