From 9755dc1d2a761758fef89aadf3b49da51d781f4b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Feb 2021 08:18:39 +0100 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=9A=80=203.10.5=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [3.10.5](https://github.com/folke/ultra-runner/compare/v3.10.4...v3.10.5) (2021-02-28) ### Bug Fixes * 🐛 run build before release ([6728329](https://github.com/folke/ultra-runner/commit/67283296c6785954d47dd2fa8b07fbf7b0efbb41)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73f6938..c63914fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.10.5](https://github.com/folke/ultra-runner/compare/v3.10.4...v3.10.5) (2021-02-28) + + +### Bug Fixes + +* 🐛 run build before release ([6728329](https://github.com/folke/ultra-runner/commit/67283296c6785954d47dd2fa8b07fbf7b0efbb41)) + ### [3.10.4](https://github.com/folke/ultra-runner/compare/v3.10.3...v3.10.4) (2021-02-28) diff --git a/package.json b/package.json index 0d1061a5..56fc775d 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.4", + "version": "3.10.5", "main": "lib/index.js", "repository": "git@github.com:folke/ultra-runner.git", "author": "Folke Lemaitre ",