Skip to content

Commit

Permalink
chore(release): πŸš€ 3.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Feb 26, 2021
1 parent 57d1d30 commit 5964628
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
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]>",
Expand Down

0 comments on commit 5964628

Please sign in to comment.