# useCookie Changelog

All notable changes to this project will be documented here. This project
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v1.3.0](https://github.com/tylerwolff/useCookie/releases/tag/v1.3.0) (2021-12-30)

- Add support for React v17

## [v1.2.1](https://github.com/tylerwolff/useCookie/releases/tag/v1.2.1) (2020-10-27)

- Fixes types for `getCookie`, making `initialValue` an optional param

## [v1.2.0](https://github.com/tylerwolff/useCookie/releases/tag/v1.2.0) (2020-10-05)

- Added SSR support [@natterstefan](https://github.com/natterstefan)

## [v1.1.0](https://github.com/tylerwolff/useCookie/compare/7273486214108568046772a6f7c3dc855609d2bd...24ec23bb2f92d3fe3b124cddba49213232583a84) (2020-06-17)

### Features

- Expose the `getCookie` and `setCookie` function
