From 9b04b0b1d334f20ac1db1c33b0a96aa7d8b7fbd5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Jan 2021 22:09:34 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=203.9.0=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 ",