diff --git a/CHANGELOG.md b/CHANGELOG.md index add6110..ed8ab52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.6.7](https://github.com/react-restart/ui/compare/v1.6.6...v1.6.7) (2024-03-15) + + +### Bug Fixes + +* fix warnings in strict mode ([#97](https://github.com/react-restart/ui/issues/97)) ([e900a9b](https://github.com/react-restart/ui/commit/e900a9b57f588e32ddd41589457f931c7cd262b0)) + + + + + ## [1.6.6](https://github.com/react-restart/ui/compare/v1.6.5...v1.6.6) (2023-06-02) diff --git a/package.json b/package.json index 0c8d9b7..33cca34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@restart/ui", - "version": "1.6.6", + "version": "1.6.7", "description": "Utilities for creating robust overlay components", "author": { "name": "Jason Quense",