diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0fc03b4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +### 1.0.1 + + - Fix no-loop rule to detect real loop (#10) @HiroyasuNishiyama + +### 1.0.0 + + - Initial release diff --git a/package.json b/package.json index a1eb06b..29ddb12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nrlint", - "version": "1.0.0", + "version": "1.0.1", "description": "Linter for Node-RED flows", "license": "Apache-2.0", "repository": {