diff --git a/.all-contributorsrc b/.all-contributorsrc
index 2fe17d3b..6681624b 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -800,6 +800,24 @@
"contributions": [
"bug"
]
+ },
+ {
+ "login": "valentinpolitov",
+ "name": "Valentin Politov",
+ "avatar_url": "https://avatars.githubusercontent.com/u/39585375?v=4",
+ "profile": "https://github.com/valentinpolitov",
+ "contributions": [
+ "code"
+ ]
+ },
+ {
+ "login": "marnusw",
+ "name": "Marnus Weststrate",
+ "avatar_url": "https://avatars.githubusercontent.com/u/971499?v=4",
+ "profile": "https://github.com/marnusw",
+ "contributions": [
+ "code"
+ ]
}
],
"contributorsPerLine": 7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6366df01..e201bc40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.9.1](https://www.npmjs.com/package/usehooks-ts/v/2.9.1) - 2022-10-13
+
+### Fixes
+
+- fix hard-coded useLockedBody anchor id
+- useEventListener passes options to removeEventListener (#235 by @marnusw)
+- rename useBoolean, useCounter, useLockedBody and useSidebar hooks ReturnType to Output (#234 by valentinpolitov)
+
## [2.9.0](https://www.npmjs.com/package/usehooks-ts/v/2.9.0) - 2022-10-13
### Fixes
@@ -17,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added useToggle
- Added options in useScript (#203, #197 by @curtvict)
-- Added media query support to useEventListener (#194 from @modex98)
+- Added media query support to useEventListener (#194 by @modex98)
### Updated
@@ -26,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes
- docs misspelling (#189 by @JoshuaCS94)
-- useIntersectionObserver deps (#195 from @Guesswhoitis)
+- useIntersectionObserver deps (#195 by @Guesswhoitis)
## [2.7.2](https://www.npmjs.com/package/usehooks-ts/v/2.7.2) - 2022-09-30
diff --git a/README.md b/README.md
index 774f6d9c..c3b81d2d 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
[![License](https://badgen.net/badge/License/MIT/blue)](https://github.com/juliencrn/usehooks-ts/blob/master/LICENSE)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/usehooks-ts)
![npm](https://img.shields.io/npm/v/usehooks-ts)
-[![All Contributors](https://img.shields.io/badge/all_contributors-86-orange.svg?style=flat-square)](#contributors-)
+[![All Contributors](https://img.shields.io/badge/all_contributors-88-orange.svg?style=flat-square)](#contributors-)
@@ -265,6 +265,8 @@ Big thanks goes to these wonderful people ❤️