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
## `4.3.0`
- 1e0182f `parseLint`: use `addName`
- d0f7ca1 follow HTTP redirects, accept `br` encoding
## `4.2.2`
- 64f797e `parseProductsBitmask`: fix bitmask handling 🐛

View file

@ -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 <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",
"bugs": "https://github.com/public-transport/hafas-client/issues",
"license": "ISC",