diff --git a/ChangeLog b/ChangeLog index 1f0847b..d427a17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024.03.19, v11.0.2 + +feature: +- 34ab881 convert to ESM +- b4ba7c2 redrun: add support of `npm run -s` +- b1a6fca redrun: string-replace-async v3.0.2 + 2024.02.01, v11.0.1 feature: diff --git a/package.json b/package.json index 9906f47..601a862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redrun", - "version": "11.0.1", + "version": "11.0.2", "type": "module", "description": "CLI tool to run multiple npm-scripts fast", "main": "lib/redrun.js",