Skip to content

Commit

Permalink
v0.2.0 (#4)
Browse files Browse the repository at this point in the history
* add badges

* add badges
  • Loading branch information
eskawl committed Nov 21, 2023
1 parent 0f83ab0 commit 732c951
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## React Use Async Fn

[![BUILD](https://github.com/eskawl/react-use-async-fn/actions/workflows/main.yml/badge.svg)](https://github.com/eskawl/react-use-async-fn/actions/workflows/main.yml)
[![Coverage Status](https://coveralls.io/repos/github/eskawl/react-use-async-fn/badge.svg?branch=main)](https://coveralls.io/github/eskawl/react-use-async-fn?branch=main)
![License](https://img.shields.io/github/license/eskawl/react-use-async-fn)
![npm](https://img.shields.io/npm/v/react-use-async-fn)
![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/react-use-async-fn)


React hook for managing the state of async function and abortable async functions

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-async-fn",
"version": "0.1.0",
"version": "0.2.0",
"description": "React hook for managing the state of an async function",
"scripts": {
"compile": "tsc",
Expand Down

0 comments on commit 732c951

Please sign in to comment.