diff --git a/.eslintrc.json b/.eslintrc.json index 2f4cda1..06b4cbb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,10 +1,4 @@ { - "overrides": [{ - "files": ["bin/**"], - "rules": { - "no-process-exit": "off" - } - }], "extends": [ "plugin:node/recommended", "plugin:putout/recommended" diff --git a/ChangeLog b/ChangeLog index 765aed5..7029a98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2021.08.25, v11.1.2 + +feature: +- (package) eslint v8.0.0-beta.0 +- (package) grizzly v5.0.0 +- (package) eslint-plugin-putout v9.2.1 +- (package) putout v19.0.1 +- (package) changelog-io v6.0.0 + + + 2021.04.22, v11.1.1 fix: diff --git a/package.json b/package.json index 7a8b856..254af18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wisdom", - "version": "11.1.1", + "version": "11.1.2", "author": "coderaiser (https://github.com/coderaiser)", "description": "Tool for publishing releases to github and npm", "homepage": "http://github.com/coderaiser/wisdom",