diff --git a/CHANGELOG.md b/CHANGELOG.md index 7499e499..04a94ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.10.2](https://github.com/folke/ultra-runner/compare/v3.10.1...v3.10.2) (2021-02-27) + + +### Bug Fixes + +* 🐛 only ignore files when .ultraignore file exists ([6f39967](https://github.com/folke/ultra-runner/commit/6f39967a60dcab82dcd4a390b1a70d43acbf1585)) + ### [3.10.1](https://github.com/folke/ultra-runner/compare/v3.10.0...v3.10.1) (2021-02-27) diff --git a/package.json b/package.json index ec927b9e..e06bea8c 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.1", + "version": "3.10.2", "main": "lib/index.js", "repository": "git@github.com:folke/ultra-runner.git", "author": "Folke Lemaitre ",