diff --git a/CHANGELOG.md b/CHANGELOG.md index c7059c34..08fa76e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.9.0](https://github.com/folke/ultra-runner/compare/v3.8.1...v3.9.0) (2021-01-11) + + +### Features + +* ✨ use --filter + to filter for cwd's dependencies ([#155](https://github.com/folke/ultra-runner/issues/155)) ([4aa061a](https://github.com/folke/ultra-runner/commit/4aa061a28a72b7826cf3de42c926e78881254936)) + ### [3.8.1](https://github.com/folke/ultra-runner/compare/v3.8.0...v3.8.1) (2021-01-11) diff --git a/package.json b/package.json index aa500cd0..aea5bd76 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.8.1", + "version": "3.9.0", "main": "lib/index.js", "repository": "git@github.com:folke/ultra-runner.git", "author": "Folke Lemaitre ",