Skip to content

Commit

Permalink
chore(release): πŸš€ 3.8.1 [skip ci]
Browse files Browse the repository at this point in the history
### [3.8.1](v3.8.0...v3.8.1) (2021-01-11)

### Bug Fixes

* πŸ›  resolve binaries from current package location and memoize costly operations ([#154](#154)) ([8c5ed2a](8c5ed2a))
* πŸ› fixed linting errors related to pnpapi ([0d32d08](0d32d08))

### Other

* πŸ“¦οΈ disable unicorn/import-reduce rule ([392a5ae](392a5ae))
* **deps:** pin dependency @types/pnpapi to 0.0.1 ([#156](#156)) ([581714b](581714b))
* **deps:** update all non-major dependencies ([#151](#151)) ([f5b10f6](f5b10f6))
* **deps:** update dependency eslint-plugin-unicorn to v26 ([#152](#152)) ([f801087](f801087))
  • Loading branch information
semantic-release-bot committed Jan 11, 2021
1 parent 0d32d08 commit cfa0281
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### [3.8.1](https://github.com/folke/ultra-runner/compare/v3.8.0...v3.8.1) (2021-01-11)


### Bug Fixes

* πŸ› resolve binaries from current package location and memoize costly operations ([#154](https://github.com/folke/ultra-runner/issues/154)) ([8c5ed2a](https://github.com/folke/ultra-runner/commit/8c5ed2aac59843d24d829f7e2c5118c71986a632))
* πŸ› fixed linting errors related to pnpapi ([0d32d08](https://github.com/folke/ultra-runner/commit/0d32d0878a45f6a2a5c720d76e5c789cbd054074))


### Other

* πŸ“¦οΈ disable unicorn/import-reduce rule ([392a5ae](https://github.com/folke/ultra-runner/commit/392a5ae636961088b5711a9b6f02d69800e7bbdb))
* **deps:** pin dependency @types/pnpapi to 0.0.1 ([#156](https://github.com/folke/ultra-runner/issues/156)) ([581714b](https://github.com/folke/ultra-runner/commit/581714b4c043be79aa2127a1be028a0f43bb6309))
* **deps:** update all non-major dependencies ([#151](https://github.com/folke/ultra-runner/issues/151)) ([f5b10f6](https://github.com/folke/ultra-runner/commit/f5b10f62a3070e2cf26a2b8b2f6b272d3d7defde))
* **deps:** update dependency eslint-plugin-unicorn to v26 ([#152](https://github.com/folke/ultra-runner/issues/152)) ([f801087](https://github.com/folke/ultra-runner/commit/f801087119f6c6cb03473783a383daffd9e4440a))

## [3.8.0](https://github.com/folke/ultra-runner/compare/v3.7.1...v3.8.0) (2020-12-24)


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.8.0",
"version": "3.8.1",
"main": "lib/index.js",
"repository": "[email protected]:folke/ultra-runner.git",
"author": "Folke Lemaitre <[email protected]>",
Expand Down

0 comments on commit cfa0281

Please sign in to comment.