# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.3](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.4.2...@billogram/task-runner@3.4.3) (2022-10-17)

**Note:** Version bump only for package @billogram/task-runner



## [3.4.2](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.4.1...@billogram/task-runner@3.4.2) (2022-10-14)

**Note:** Version bump only for package @billogram/task-runner



## [3.4.1](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.4.0...@billogram/task-runner@3.4.1) (2021-12-06)

**Note:** Version bump only for package @billogram/task-runner



## [3.4.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.3.3...@billogram/task-runner@3.4.0) (2021-07-26)

### Bug Fixes

* Upgrade Jest dependencies ([105c69e](https://github.com/billogram/frontend-dev-tools/commit/105c69e))


### Features

* Upgrade dependencies ([00bf420](https://github.com/billogram/frontend-dev-tools/commit/00bf420))
* Upgrade Babel/TypeScript dependencies ([f9d0860](https://github.com/billogram/frontend-dev-tools/commit/f9d0860))
* Upgrade ESLint dependencies ([c78f8b7](https://github.com/billogram/frontend-dev-tools/commit/c78f8b7))
* Make it possible to skip task based on env ([7152d43](https://github.com/billogram/frontend-dev-tools/commit/7152d43))



## [3.3.3](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.3.2...@billogram/task-runner@3.3.3) (2021-05-17)

### Bug Fixes

* Use new parameters for Jest report output ([af8e578](https://github.com/billogram/frontend-dev-tools/commit/af8e578))



## [3.3.2](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.3.1...@billogram/task-runner@3.3.2) (2021-03-08)

**Note:** Version bump only for package @billogram/task-runner



## [3.3.1](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.3.0...@billogram/task-runner@3.3.1) (2021-02-03)

### Bug Fixes

* Sync dependency versions ([73720fb](https://github.com/billogram/frontend-dev-tools/commit/73720fb))



## [3.3.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.2.1...@billogram/task-runner@3.3.0) (2021-01-25)

### Features

* Upgrade dependencies ([1aaeffe](https://github.com/billogram/frontend-dev-tools/commit/1aaeffe))



## [3.2.1](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.2.0...@billogram/task-runner@3.2.1) (2021-01-24)

### Bug Fixes

* Fix circular dependency ([15c455f](https://github.com/billogram/frontend-dev-tools/commit/15c455f))



## [3.2.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.1.0...@billogram/task-runner@3.2.0) (2021-01-22)

### Features

* Add node tasks ([0ca6817](https://github.com/billogram/frontend-dev-tools/commit/0ca6817))
* Run tasks concurrently ([43437ba](https://github.com/billogram/frontend-dev-tools/commit/43437ba))



## [3.1.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.0.1...@billogram/task-runner@3.1.0) (2021-01-05)

### Bug Fixes

* Fix incorrect type information ([520f9e3](https://github.com/billogram/frontend-dev-tools/commit/520f9e3))
* Remove caching from billo scripts ([9fa994c](https://github.com/billogram/frontend-dev-tools/commit/9fa994c))


### Features

* Configure new @typescript-eslint/eslint-plugin rules ([c129d2c](https://github.com/billogram/frontend-dev-tools/commit/c129d2c))
* Upgrade Babel/TypeScript and Jest dependencies ([870cc42](https://github.com/billogram/frontend-dev-tools/commit/870cc42))



## [3.0.1](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@3.0.0...@billogram/task-runner@3.0.1) (2020-01-27)

### Bug Fixes

* Add bail to task runner flags ([b058e00](https://github.com/billogram/frontend-dev-tools/commit/b058e00))



## [3.0.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.4.0...@billogram/task-runner@3.0.0) (2020-01-07)

### Bug Fixes

* Upgrade execa ([fc05940](https://github.com/billogram/frontend-dev-tools/commit/fc05940))
* Upgrade chalk ([0817252](https://github.com/billogram/frontend-dev-tools/commit/0817252))
* Remove --exact from docs ([a1a0b20](https://github.com/billogram/frontend-dev-tools/commit/a1a0b20))


### Features

* Add --bail flag ([1b7e7cb](https://github.com/billogram/frontend-dev-tools/commit/1b7e7cb))
* Separate task and task runner flags ([ccc2b97](https://github.com/billogram/frontend-dev-tools/commit/ccc2b97))


### BREAKING CHANGES

* This changes the default behavior from bail to no
bail on error.
* This commit changes the API and the task context.



## [2.4.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.3.0...@billogram/task-runner@2.4.0) (2019-12-13)

### Features

* Combine resolved sequence names ([b7f0f51](https://github.com/billogram/frontend-dev-tools/commit/b7f0f51))



## [2.3.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.2.1...@billogram/task-runner@2.3.0) (2019-11-04)

### Bug Fixes

* Use caret version for dependencies ([724d941](https://github.com/billogram/frontend-dev-tools/commit/724d941))


### Features

* Upgrade execa ([faf91d0](https://github.com/billogram/frontend-dev-tools/commit/faf91d0))



## [2.2.1](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.2.0...@billogram/task-runner@2.2.1) (2019-08-27)


### Bug Fixes

* Don't skip named pre/post scripts with --skip-script ([2df1417](https://github.com/billogram/frontend-dev-tools/commit/2df1417))





# [2.2.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.8...@billogram/task-runner@2.2.0) (2019-08-26)


### Bug Fixes

* **tasks:** Add missing await ([7574e95](https://github.com/billogram/frontend-dev-tools/commit/7574e95))
* **tasks:** Fix task runner exit code on non-zero task result ([021b9d5](https://github.com/billogram/frontend-dev-tools/commit/021b9d5))
* **tasks:** Use task name ([d8a6cd6](https://github.com/billogram/frontend-dev-tools/commit/d8a6cd6))


### Features

* **dev:** Only show a single skip cache message ([f4719fb](https://github.com/billogram/frontend-dev-tools/commit/f4719fb))
* **tasks:** Add skip pre, script, and post hooks ([8fc7ac5](https://github.com/billogram/frontend-dev-tools/commit/8fc7ac5))
* **tasks:** Implement caching for task runner task sequences ([3440496](https://github.com/billogram/frontend-dev-tools/commit/3440496))
* **tasks:** Only show a single skip cache message ([b6129d9](https://github.com/billogram/frontend-dev-tools/commit/b6129d9))
* **tasks:** Support pre, script, and post hooks for sequences ([9d8fd3a](https://github.com/billogram/frontend-dev-tools/commit/9d8fd3a))
* **tasks:** Support sequence name in pre and post hooks ([5b83cd6](https://github.com/billogram/frontend-dev-tools/commit/5b83cd6))
* **tasks:** Support single task for sequence task script hook ([c2a7c50](https://github.com/billogram/frontend-dev-tools/commit/c2a7c50))
* **tasks:** Use both single and sequence tasks in pre/post ([181de92](https://github.com/billogram/frontend-dev-tools/commit/181de92))





## [2.1.8](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.7...@billogram/task-runner@2.1.8) (2019-08-19)


### Bug Fixes

* **tasks:** Fix task runner exit on non-zero exit code ([d91f6b2](https://github.com/billogram/frontend-dev-tools/commit/d91f6b2))





## [2.1.7](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.6...@billogram/task-runner@2.1.7) (2019-05-15)





## [2.1.6](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.5...@billogram/task-runner@2.1.6) (2019-04-05)


### Bug Fixes

* Remove file: specifier ([009e39e](https://github.com/billogram/frontend-dev-tools/commit/009e39e))





## [2.1.5](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.4...@billogram/task-runner@2.1.5) (2019-04-05)

**Note:** Version bump only for package @billogram/task-runner





## [2.1.4](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.3...@billogram/task-runner@2.1.4) (2019-04-04)

**Note:** Version bump only for package @billogram/task-runner





## [2.1.3](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.2...@billogram/task-runner@2.1.3) (2019-04-02)

**Note:** Version bump only for package @billogram/task-runner





## [2.1.2](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.1...@billogram/task-runner@2.1.2) (2019-03-26)

**Note:** Version bump only for package @billogram/task-runner





## [2.1.1](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.1.0...@billogram/task-runner@2.1.1) (2019-03-12)

**Note:** Version bump only for package @billogram/task-runner





# [2.1.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@2.0.0...@billogram/task-runner@2.1.0) (2019-03-06)


### Features

* **tasks:** Allow overriding all execa options in task-runner ([16861d4](https://github.com/billogram/frontend-dev-tools/commit/16861d4))
* **tasks:** Export CommonOptions from task-runner ([0090e70](https://github.com/billogram/frontend-dev-tools/commit/0090e70))





# [2.0.0](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@1.0.2...@billogram/task-runner@2.0.0) (2019-03-05)


### Features

* Add .eslintrc.js file to each package ([c150177](https://github.com/billogram/frontend-dev-tools/commit/c150177))


### BREAKING CHANGES

* Our dev tools will no longer look for a custom
eslint.config.js file, but a .eslintrc.js file instead. This change
is made in order to support ESLint integration in IDEs.





## [1.0.2](https://github.com/billogram/frontend-dev-tools/compare/@billogram/task-runner@1.0.1...@billogram/task-runner@1.0.2) (2019-03-01)

**Note:** Version bump only for package @billogram/task-runner
