From 6c7eb871e4a0d2b095eeae21377c9b3df9449f5b Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 13 Oct 2022 02:52:00 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4647373a..677c9010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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.8.0](https://www.npmjs.com/package/usehooks-ts/v/2.8.0) - 2022-10-13 + +### Added + +- Added useToggle +- Added options in useScript (#203, #197 by @curtvict) +- Added media query support to useEventListener (#194 from @modex98) + +### Updated + +- Remove React import line in all files + +### Fixes + +- docs misspelling (#189 by @JoshuaCS94) +- useIntersectionObserver deps (#195 from @Guesswhoitis) + ## [2.7.2](https://www.npmjs.com/package/usehooks-ts/v/2.7.2) - 2022-09-30 ### Added