diff --git a/CHANGELOG.md b/CHANGELOG.md index 5637f7af..1543d067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Change hooks for the vendors e2e tests. - Add log when clientonly failed on starting. - Add warning color when are using full ip whitelist. +- Set version of the `express-ipfilter` on 0.3.1. ### Fixed - Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM. diff --git a/package.json b/package.json index 0b81fc8a..685020a2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "colors": "^1.1.2", "electron": "^1.6.10", "express": "^4.15.3", - "express-ipfilter": "latest", + "express-ipfilter": "0.3.1", "feedme": "latest", "helmet": "^3.6.1", "iconv-lite": "latest",