Skip to content

Commit

Permalink
chore: update changelog and add new contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
juliencrn committed May 2, 2022
1 parent 27d346c commit 8c85d70
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 3 deletions.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-BADGE:START - Do not remove or modify this section -->
[![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-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

Expand Down Expand Up @@ -274,6 +274,11 @@ Big thanks goes to these wonderful people ❤️
<td align="center"><a href="https://bryce.io/"><img src="https://avatars.githubusercontent.com/u/3171252?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Bryce Dorn</b></sub></a><br /><a href="https://github.com/juliencrn/usehooks-ts/commits?author=brycedorn" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/angusd3v"><img src="https://avatars.githubusercontent.com/u/52683145?v=4?s=80" width="80px;" alt=""/><br /><sub><b>angusd3v</b></sub></a><br /><a href="https://github.com/juliencrn/usehooks-ts/commits?author=angusd3v" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/daiky218"><img src="https://avatars.githubusercontent.com/u/78251524?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Kevin Dai</b></sub></a><br /><a href="https://github.com/juliencrn/usehooks-ts/commits?author=daiky218" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/3GOMESz"><img src="https://avatars.githubusercontent.com/u/28831375?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Gomes</b></sub></a><br /><a href="https://github.com/juliencrn/usehooks-ts/commits?author=3GOMESz" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/ddisimone"><img src="https://avatars.githubusercontent.com/u/78792352?v=4?s=80" width="80px;" alt=""/><br /><sub><b>Davide Di Simone</b></sub></a><br /><a href="https://github.com/juliencrn/usehooks-ts/issues?q=author%3Addisimone" title="Bug reports">🐛</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
Expand Down
2 changes: 1 addition & 1 deletion lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <juliencaron@protonmail.com>",
"homepage": "https://usehooks-ts.com",
"keywords": [
Expand Down

0 comments on commit 8c85d70

Please sign in to comment.