diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a94ac2..d7ca91e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.10.3](https://github.com/folke/ultra-runner/compare/v3.10.2...v3.10.3) (2021-02-27) + + +### Bug Fixes + +* 🐛 don't feed root directory to ignore ([a374485](https://github.com/folke/ultra-runner/commit/a374485142f16be011c87bb56f4189849187f2fe)) + ### [3.10.2](https://github.com/folke/ultra-runner/compare/v3.10.1...v3.10.2) (2021-02-27) diff --git a/package.json b/package.json index e06bea8c..6f537743 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.2", + "version": "3.10.3", "main": "lib/index.js", "repository": "git@github.com:folke/ultra-runner.git", "author": "Folke Lemaitre ",