Skip to content

Commit

Permalink
chore(release): πŸš€ 3.7.1 [skip ci]
Browse files Browse the repository at this point in the history
### [3.7.1](v3.7.0...v3.7.1) (2020-12-14)

### Bug Fixes

* πŸ› support script run args `npm run test -- --help` (fixes [#143](#143)) ([b095a8a](b095a8a))

### Other

* πŸ‘· fixed pnpm stuff ([994dc09](994dc09))
* πŸ‘· fixed pnpm test ([2cda3cb](2cda3cb))
* πŸ‘· pnpm recursive=false ([e93c8f5](e93c8f5))
* πŸ‘· use babel for code coverage ([c851fe1](c851fe1))
* πŸ‘· use pnpm action ([0f88b3f](0f88b3f))
* πŸ“¦οΈ semantic release config ([7f8e9c4](7f8e9c4))
* **deps:** πŸ”— update ([4187c20](4187c20))
* πŸ“¦οΈ update to node v14.15.1 ([9ff679e](9ff679e))
* πŸ“¦οΈ use pnpm instead of yarn ([32d5b6f](32d5b6f))
* πŸ“¦οΈ use pnpm instead of yarn ([0c14c19](0c14c19))
* πŸ“¦οΈ use semantic-release instead of standard-version ([cad9d7e](cad9d7e))
* **deps:** update all non-major dependencies ([#145](#145)) ([003ecdd](003ecdd))
  • Loading branch information
semantic-release-bot committed Dec 14, 2020
1 parent 7f8e9c4 commit 356ed48
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### [3.7.1](https://github.com/folke/ultra-runner/compare/v3.7.0...v3.7.1) (2020-12-14)


### Bug Fixes

* πŸ› support script run args `npm run test -- --help` (fixes [#143](https://github.com/folke/ultra-runner/issues/143)) ([b095a8a](https://github.com/folke/ultra-runner/commit/b095a8a396619369aff51df2df1eee99185ed4fa))


### Other

* πŸ‘· fixed pnpm stuff ([994dc09](https://github.com/folke/ultra-runner/commit/994dc0948c386b2a538be958d953effa657074fc))
* πŸ‘· fixed pnpm test ([2cda3cb](https://github.com/folke/ultra-runner/commit/2cda3cb3d7de3611614b43f58060cb6b73eb1b6f))
* πŸ‘· pnpm recursive=false ([e93c8f5](https://github.com/folke/ultra-runner/commit/e93c8f5f216e3167621ff6455725ff603911c3e8))
* πŸ‘· use babel for code coverage ([c851fe1](https://github.com/folke/ultra-runner/commit/c851fe1d173c8c0381874f3f660f831c6cfacc22))
* πŸ‘· use pnpm action ([0f88b3f](https://github.com/folke/ultra-runner/commit/0f88b3fa15a6f934286298d5042a2b5184e89d16))
* πŸ“¦οΈ semantic release config ([7f8e9c4](https://github.com/folke/ultra-runner/commit/7f8e9c49289a930494d229f9b3c785c70a57bc49))
* **deps:** πŸ”— update ([4187c20](https://github.com/folke/ultra-runner/commit/4187c20f124348dc64880790b09e39c3952abdcb))
* πŸ“¦οΈ update to node v14.15.1 ([9ff679e](https://github.com/folke/ultra-runner/commit/9ff679ee67a4a4c828e3386990ef923565571f54))
* πŸ“¦οΈ use pnpm instead of yarn ([32d5b6f](https://github.com/folke/ultra-runner/commit/32d5b6fd12f48f2ae08b839087bee6724a9711be))
* πŸ“¦οΈ use pnpm instead of yarn ([0c14c19](https://github.com/folke/ultra-runner/commit/0c14c19b7d19e6f71ea008a82c1babca562a0c69))
* πŸ“¦οΈ use semantic-release instead of standard-version ([cad9d7e](https://github.com/folke/ultra-runner/commit/cad9d7ed24b484ede6fff08c4475f0cf4157d5a0))
* **deps:** update all non-major dependencies ([#145](https://github.com/folke/ultra-runner/issues/145)) ([003ecdd](https://github.com/folke/ultra-runner/commit/003ecdda90f5192068793941391a3ba64bcd4262))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
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.7.0",
"version": "3.7.1",
"main": "lib/index.js",
"repository": "[email protected]:folke/ultra-runner.git",
"author": "Folke Lemaitre <[email protected]>",
Expand Down

0 comments on commit 356ed48

Please sign in to comment.