## [1.5.2](https://github.com/ostashkin/redux-smart-creators/compare/v1.5.1...v1.5.2) (2021-04-01)


### Bug Fixes

* **reducer:** fix type error on reset method ([c305457](https://github.com/ostashkin/redux-smart-creators/commit/c305457338010a584b86f28057216b2c91e5c187)), closes [#16](https://github.com/ostashkin/redux-smart-creators/issues/16)

## [1.5.1](https://github.com/ostashkin/redux-smart-creators/compare/v1.5.0...v1.5.1) (2021-03-23)


### Bug Fixes

* export for types ([be2471e](https://github.com/ostashkin/redux-smart-creators/commit/be2471e97d10ba916331e4d9058edd68b1536bc4))

# [1.5.0](https://github.com/ostashkin/redux-smart-creators/compare/v1.4.1...v1.5.0) (2021-03-23)


### Bug Fixes

* **inferActions:** change void to unknown ([6e5aff8](https://github.com/ostashkin/redux-smart-creators/commit/6e5aff88d12fc4866088581b671a4e02a3c9c1bd))


### Features

* **reducer:** injecting external logic to reducer creator ([f50acb7](https://github.com/ostashkin/redux-smart-creators/commit/f50acb7df245dbbf870ef47e6ea2e6987db255b9))

## [1.4.1](https://github.com/ostashkin/redux-smart-creators/compare/v1.4.0...v1.4.1) (2021-03-23)


### Bug Fixes

* inferActions.ts uses conditional type ([8298c88](https://github.com/ostashkin/redux-smart-creators/commit/8298c880462bd48229d76d07d41835d2dbad4b55)), closes [#12](https://github.com/ostashkin/redux-smart-creators/issues/12)

# [1.4.0](https://github.com/ostashkin/redux-smart-creators/compare/v1.3.0...v1.4.0) (2021-03-11)


### Features

* setupReducer.ts ([371caf0](https://github.com/ostashkin/redux-smart-creators/commit/371caf0e1c221b5dc3a6c1d8cb736dc7ed9b2fbd)), closes [#10](https://github.com/ostashkin/redux-smart-creators/issues/10)
* **reducer:** setupReducer.ts ([8862ce0](https://github.com/ostashkin/redux-smart-creators/commit/8862ce07555e9b48ee7b39281e7e4da99aebeb84)), closes [#10](https://github.com/ostashkin/redux-smart-creators/issues/10)

# [1.3.0](https://github.com/ostashkin/redux-smart-creators/compare/v1.2.1...v1.3.0) (2021-03-08)


### Bug Fixes

* inferActions.ts ([25eb040](https://github.com/ostashkin/redux-smart-creators/commit/25eb04093d68918f3a598f8027a39fba6ed80570))


### Features

* getCreatorsPack ([1d458bd](https://github.com/ostashkin/redux-smart-creators/commit/1d458bd3e7cbe85503ebacfbc03a02405e4d1165))

## [1.2.1](https://github.com/ostashkin/redux-smart-creators/compare/v1.2.0...v1.2.1) (2021-03-06)


### Bug Fixes

* **ci:** add build stage to release workflow ([99c2bb4](https://github.com/ostashkin/redux-smart-creators/commit/99c2bb4f9739a618ef88830dd36a7db491d6bb1a))

# [1.2.0](https://github.com/ostashkin/redux-smart-creators/compare/v1.1.1...v1.2.0) (2021-03-06)


### Bug Fixes

* eslint fixes ([fcd81ea](https://github.com/ostashkin/redux-smart-creators/commit/fcd81ea998b7713486c324798d0cf063bcf981bd))
* getAsyncPayloadInjector scratch ([04bf6fd](https://github.com/ostashkin/redux-smart-creators/commit/04bf6fdb8a8c35285201d251e197a179c46405a0))


### Features

* asyncActionCreator without payloads ([1f1c4e8](https://github.com/ostashkin/redux-smart-creators/commit/1f1c4e8e0a5918d2a2307141f7784bae179eb00f))

## [1.1.1](https://github.com/ostashkin/redux-smart-creators/compare/v1.1.0...v1.1.1) (2021-03-02)


### Bug Fixes

* **docs:** add licence information ([b6b519c](https://github.com/ostashkin/redux-smart-creators/commit/b6b519cc01dec0b35a4e2390e0f46b2402a17f20))

# [1.1.0](https://github.com/ostashkin/redux-smart-creators/compare/v1.0.2...v1.1.0) (2021-02-28)


### Features

* **basicCreator:** add payload logic to basic creator ([5b5fc78](https://github.com/ostashkin/redux-smart-creators/commit/5b5fc78402859ea502d00f6b28208d5cde2ea301))

## [1.0.2](https://github.com/ostashkin/redux-smart-creators/compare/v1.0.1...v1.0.2) (2021-02-28)


### Bug Fixes

* coverage config ([344df2c](https://github.com/ostashkin/redux-smart-creators/commit/344df2c07e1d1f4afc7f60972e17b54b0d4c8dda))

## [1.0.1](https://github.com/ostashkin/redux-smart-creators/compare/v1.0.0...v1.0.1) (2021-02-28)


### Bug Fixes

* semantic release config ([dff9db9](https://github.com/ostashkin/redux-smart-creators/commit/dff9db94349e1db736cc2b03b85c7ddd3b522393))
