diff --git a/CHANGES.md b/CHANGES.md index c1e8399..8c4a479 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ -2018-06-12, Version 3.0.0 +2018-07-17, Version 3.1.0 +========================= + + * [WebFM] cs/pl/ru translation (candytangnb) + + +2018-06-11, Version 3.0.0 ========================= * Allow safeFields to work with arrays (shimks) diff --git a/package.json b/package.json index 413cba3..52ae831 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "strong-error-handler", "description": "Error handler for use in development and production environments.", "license": "MIT", - "version": "3.0.0", + "version": "3.1.0", "engines": { "node": ">=6" },