diff --git a/.all-contributorsrc b/.all-contributorsrc index 88720fc8..8e95f939 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -656,6 +656,33 @@ "contributions": [ "code" ] + }, + { + "login": "daiky218", + "name": "Kevin Dai", + "avatar_url": "https://avatars.githubusercontent.com/u/78251524?v=4", + "profile": "https://github.com/daiky218", + "contributions": [ + "code" + ] + }, + { + "login": "3GOMESz", + "name": "Gomes", + "avatar_url": "https://avatars.githubusercontent.com/u/28831375?v=4", + "profile": "https://github.com/3GOMESz", + "contributions": [ + "code" + ] + }, + { + "login": "ddisimone", + "name": "Davide Di Simone", + "avatar_url": "https://avatars.githubusercontent.com/u/78792352?v=4", + "profile": "https://github.com/ddisimone", + "contributions": [ + "bug" + ] } ], "contributorsPerLine": 7 diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c08505..e515cab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.5.2](https://www.npmjs.com/package/usehooks-ts/v/2.5.2) - 2022-05-02 + +### Fixes + +- Fix useFetch (#139 from @daiky218) +- Fix useEffectOnce (#147 from @3GOMESz) + ## [2.5.1](https://www.npmjs.com/package/usehooks-ts/v/2.5.1) - 2022-04-12 ### Fixes diff --git a/README.md b/README.md index c0c96f4d..022df8b8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/) ![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-70-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-73-orange.svg?style=flat-square)](#contributors-) @@ -274,6 +274,11 @@ Big thanks goes to these wonderful people ❤️
Bryce Dorn

💻
angusd3v

💻 + +
Kevin Dai

💻 +
Gomes

💻 +
Davide Di Simone

🐛 + diff --git a/lib/package-lock.json b/lib/package-lock.json index c063cf0d..d3337ea5 100644 --- a/lib/package-lock.json +++ b/lib/package-lock.json @@ -1,6 +1,6 @@ { "name": "usehooks-ts", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/lib/package.json b/lib/package.json index 011fa6ad..8cc4b976 100644 --- a/lib/package.json +++ b/lib/package.json @@ -2,7 +2,7 @@ "name": "usehooks-ts", "private": false, "description": "React hook library, ready to use, written in Typescript.", - "version": "2.5.1", + "version": "2.5.2", "author": "Julien CARON ", "homepage": "https://usehooks-ts.com", "keywords": [