-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): π 3.10.0 [skip ci]
## [3.10.0](v3.9.0...v3.10.0) (2021-02-26) ### Features * **git:** β¨ added support for .ultraignore ([#168](#168)) ([fab9da1](fab9da1)) ### Documentation * ποΈ added info about .ultraignore ([9675976](9675976)) ### Other * **deps:** π update ([57d1d30](57d1d30)) * β»οΈ use @yarnpkg/pnp for proper typing of pnpapi ([73eec5a](73eec5a)) * π¨ fixed some linting issues ([bdcbe31](bdcbe31)) * π¦οΈ upgrade to Husky 5 ([311e902](311e902)) * **deps:** update all non-major dependencies ([#157](#157)) ([8bf50d4](8bf50d4))
- Loading branch information
1 parent
57d1d30
commit 5964628
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]:folke/ultra-runner.git", | ||
"author": "Folke Lemaitre <[email protected]>", | ||
|