From fa8c4f6f1624f769e30c6321de73d961e5083c83 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 30 Sep 2022 20:23:55 +0200 Subject: [PATCH] chore: update contributor list and changelog --- .all-contributorsrc | 36 ++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 14 ++++++++++++++ README.md | 7 ++++++- 3 files changed, 56 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b8772d7c..027e945a 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -737,6 +737,42 @@ "contributions": [ "content" ] + }, + { + "login": "curtvict", + "name": "curtvict", + "avatar_url": "https://avatars.githubusercontent.com/u/96080054?v=4", + "profile": "https://convictional.com/", + "contributions": [ + "code" + ] + }, + { + "login": "JoshuaCS94", + "name": "Josué Cortina", + "avatar_url": "https://avatars.githubusercontent.com/u/23385700?v=4", + "profile": "https://github.com/JoshuaCS94", + "contributions": [ + "content" + ] + }, + { + "login": "KATT", + "name": "Alex / KATT", + "avatar_url": "https://avatars.githubusercontent.com/u/459267?v=4", + "profile": "https://katt.dev/", + "contributions": [ + "code" + ] + }, + { + "login": "modex98", + "name": "Mourad EL CADI", + "avatar_url": "https://avatars.githubusercontent.com/u/72814784?v=4", + "profile": "https://github.com/modex98", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e8d5641..4647373a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.7.2](https://www.npmjs.com/package/usehooks-ts/v/2.7.2) - 2022-09-30 + +### Added + +- Added useDocumentTitle (#218 by @curtvict) + +### Updated + +- Removed `import React` line (not needed since react 17) + +### Fixes + +- Fixed misspelling (thanks to @alexisoney and @JoshuaCS94) + ## [2.7.1](https://www.npmjs.com/package/usehooks-ts/v/2.7.1) - 2022-09-22 ### Added diff --git a/README.md b/README.md index 85e7b698..df9b258f 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-79-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-83-orange.svg?style=flat-square)](#contributors-)
@@ -40,6 +40,7 @@ - [`useCounter()`](https://usehooks-ts.com/react-hook/use-counter) - [`useDarkMode()`](https://usehooks-ts.com/react-hook/use-dark-mode) - [`useDebounce()`](https://usehooks-ts.com/react-hook/use-debounce) +- [`useDocumentTitle()`](https://usehooks-ts.com/react-hook/use-document-title) - [`useEffectOnce()`](https://usehooks-ts.com/react-hook/use-effect-once) - [`useElementSize()`](https://usehooks-ts.com/react-hook/use-element-size) - [`useEventListener()`](https://usehooks-ts.com/react-hook/use-event-listener) @@ -254,6 +255,10 @@ Big thanks goes to these wonderful people ❤️
Herlon Aguiar

🐛
Alexis Oney

🖋 +
curtvict

💻 +
Josué Cortina

🖋 +
Alex / KATT

💻 +
Mourad EL CADI

💻