# 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.

## [0.3.0](https://github.com/spautz/react-hibernate/compare/v0.2.2...v0.3.0) (2021-11-24)

- Update dependencies and typings
- Internal project updates, including a different build system

### BREAKING CHANGES

- Removed the CommonJS entry point. Please submit an issue if you needed this.

### [0.2.2](https://github.com/spautz/react-hibernate/compare/v0.2.1...v0.2.2) (2020-11-03)

Update dependencies and peerDependencies.

## [0.2.0](https://github.com/spautz/react-hibernate/compare/v0.0.4...v0.2.0) (2020-10-05)

Update docs and README. Migrate to TSDX, update scripts and project config, update dependencies and devDependencies.

### Features

- Add pauseable context container ([#21](https://github.com/spautz/react-hibernate/issues/21)) ([da5c1fd](https://github.com/spautz/react-hibernate/commit/da5c1fd4f05fc26f27e6ad1042b252fd1c58f040))

### [0.1.0](https://github.com/spautz/react-hibernate/compare/v0.0.4...v0.1.0) (2020-08-16)

Update dependencies, devDependencies, and project config. No breaking changes in the library itself.

### [0.0.4](https://github.com/spautz/react-hibernate/compare/v0.0.3...v0.0.4) (2020-06-30)

### Features

- Update PauseableReduxContainer to use redux-pauseable-store ([#12](https://github.com/spautz/react-hibernate/issues/12)) ([986eec4](https://github.com/spautz/react-hibernate/commit/986eec4da44965cc4cb1e78d6b7021bb4263135d))

## 0.0.3 (2020-06-27)

### Features

- Prototype implementation of react-pauseable-containers
