From 59646287969a3364ffca577f825b9ca3819fa521 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Feb 2021 08:27:42 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=203.10.0=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.10.0](https://github.com/folke/ultra-runner/compare/v3.9.0...v3.10.0) (2021-02-26) ### Features * **git:** ✨ added support for .ultraignore ([#168](https://github.com/folke/ultra-runner/issues/168)) ([fab9da1](https://github.com/folke/ultra-runner/commit/fab9da1c6b6d6cae522f8ec4b8d079bb15c4294f)) ### Documentation * 📚️ added info about .ultraignore ([9675976](https://github.com/folke/ultra-runner/commit/96759766069a92be4ac96fac3bb0dd7be8fc26a0)) ### Other * **deps:** 🔗 update ([57d1d30](https://github.com/folke/ultra-runner/commit/57d1d3013fe1cf12e99bb065258f88b35844d260)) * ♻️ use @yarnpkg/pnp for proper typing of pnpapi ([73eec5a](https://github.com/folke/ultra-runner/commit/73eec5a13fdf40e6b4bcdbfc6c7f432f934dba83)) * 🎨 fixed some linting issues ([bdcbe31](https://github.com/folke/ultra-runner/commit/bdcbe31b982cf014ba5fa272fb2ec9d0d2331f5b)) * 📦️ upgrade to Husky 5 ([311e902](https://github.com/folke/ultra-runner/commit/311e902cb92fd78bc56718ad27a66d189520624f)) * **deps:** update all non-major dependencies ([#157](https://github.com/folke/ultra-runner/issues/157)) ([8bf50d4](https://github.com/folke/ultra-runner/commit/8bf50d44b8cfe90a79b95fdbdecc8e3d013146f5)) --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08fa76e7..6238464c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [3.10.0](https://github.com/folke/ultra-runner/compare/v3.9.0...v3.10.0) (2021-02-26) + + +### Features + +* **git:** ✨ added support for .ultraignore ([#168](https://github.com/folke/ultra-runner/issues/168)) ([fab9da1](https://github.com/folke/ultra-runner/commit/fab9da1c6b6d6cae522f8ec4b8d079bb15c4294f)) + + +### Documentation + +* 📚️ added info about .ultraignore ([9675976](https://github.com/folke/ultra-runner/commit/96759766069a92be4ac96fac3bb0dd7be8fc26a0)) + + +### Other + +* **deps:** 🔗 update ([57d1d30](https://github.com/folke/ultra-runner/commit/57d1d3013fe1cf12e99bb065258f88b35844d260)) +* ♻️ use @yarnpkg/pnp for proper typing of pnpapi ([73eec5a](https://github.com/folke/ultra-runner/commit/73eec5a13fdf40e6b4bcdbfc6c7f432f934dba83)) +* 🎨 fixed some linting issues ([bdcbe31](https://github.com/folke/ultra-runner/commit/bdcbe31b982cf014ba5fa272fb2ec9d0d2331f5b)) +* 📦️ upgrade to Husky 5 ([311e902](https://github.com/folke/ultra-runner/commit/311e902cb92fd78bc56718ad27a66d189520624f)) +* **deps:** update all non-major dependencies ([#157](https://github.com/folke/ultra-runner/issues/157)) ([8bf50d4](https://github.com/folke/ultra-runner/commit/8bf50d44b8cfe90a79b95fdbdecc8e3d013146f5)) + ## [3.9.0](https://github.com/folke/ultra-runner/compare/v3.8.1...v3.9.0) (2021-01-11) diff --git a/package.json b/package.json index bff3d3cd..88028446 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.9.0", + "version": "3.10.0", "main": "lib/index.js", "repository": "git@github.com:folke/ultra-runner.git", "author": "Folke Lemaitre ",