diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d8b7e..27a219f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [2.2.2](https://github.com/ardaogulcan/react-use-observer/compare/v2.2.0...v2.2.2) (2021-07-06) + + +### Bug Fixes + +* Peer dependency versions for react and react-dom ([9bd8155](https://github.com/ardaogulcan/react-use-observer/commit/9bd8155)) + + + ### [2.2.1](https://github.com/ardaogulcan/react-use-observer/compare/v2.2.0...v2.2.1) (2021-05-24) diff --git a/package.json b/package.json index 3409ec2..cea5f34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use-observer", - "version": "2.2.1", + "version": "2.2.2", "description": "Performant react hooks for WebApi Observers, useResizeObserver, useInteractionObserver, useMutationObserver", "author": "ardaogulcan", "license": "MIT",