diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc03b4..5636625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.2 + + - Handle rule that is disabled at the top level config + ### 1.0.1 - Fix no-loop rule to detect real loop (#10) @HiroyasuNishiyama diff --git a/package.json b/package.json index 29ddb12..e1169a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nrlint", - "version": "1.0.1", + "version": "1.0.2", "description": "Linter for Node-RED flows", "license": "Apache-2.0", "repository": {