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