From 51be9274f9e32a7d6073c0cb5a9293163c00b073 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Feb 2021 09:50:40 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=203.10.1=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [3.10.1](https://github.com/folke/ultra-runner/compare/v3.10.0...v3.10.1) (2021-02-27) ### Bug Fixes * **ultraignore:** allow ultraignore to work with tracked git files ([#170](https://github.com/folke/ultra-runner/issues/170)) ([65cc044](https://github.com/folke/ultra-runner/commit/65cc04420aa9f95c1bbe2dde5da304c2119db564)) ### Other * **deps:** pin dependency @yarnpkg/pnp to 2.3.2 ([#169](https://github.com/folke/ultra-runner/issues/169)) ([880073f](https://github.com/folke/ultra-runner/commit/880073fceee7b6a3b88e6de20ac4b71d6538f39c)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6238464c..7499e499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### [3.10.1](https://github.com/folke/ultra-runner/compare/v3.10.0...v3.10.1) (2021-02-27) + + +### Bug Fixes + +* **ultraignore:** allow ultraignore to work with tracked git files ([#170](https://github.com/folke/ultra-runner/issues/170)) ([65cc044](https://github.com/folke/ultra-runner/commit/65cc04420aa9f95c1bbe2dde5da304c2119db564)) + + +### Other + +* **deps:** pin dependency @yarnpkg/pnp to 2.3.2 ([#169](https://github.com/folke/ultra-runner/issues/169)) ([880073f](https://github.com/folke/ultra-runner/commit/880073fceee7b6a3b88e6de20ac4b71d6538f39c)) + ## [3.10.0](https://github.com/folke/ultra-runner/compare/v3.9.0...v3.10.0) (2021-02-26) diff --git a/package.json b/package.json index 1acde00d..ec927b9e 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.0", + "version": "3.10.1", "main": "lib/index.js", "repository": "git@github.com:folke/ultra-runner.git", "author": "Folke Lemaitre ",