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 ",