diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ca91e3..d73f6938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.10.4](https://github.com/folke/ultra-runner/compare/v3.10.3...v3.10.4) (2021-02-28) + + +### Bug Fixes + +* 🐛 always ignore node_modules when listing packages ([3defc7a](https://github.com/folke/ultra-runner/commit/3defc7ac12f908792870ee94aceb358f8e64aa0d)) + ### [3.10.3](https://github.com/folke/ultra-runner/compare/v3.10.2...v3.10.3) (2021-02-27) diff --git a/package.json b/package.json index 6f537743..914d20e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ultra-runner", "description": "Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution", - "version": "3.10.3", + "version": "3.10.4", "main": "lib/index.js", "repository": "git@github.com:folke/ultra-runner.git", "author": "Folke Lemaitre ",