Skip to content

Commit

Permalink
chore: 🚀 release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jan 4, 2021
1 parent f8dae39 commit 5f24f79
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,21 @@ React Hooks library to use classic pagination in a frontend, based on page numbe

<!-- toc -->

- [token-pagination-hooks](#token-pagination-hooks)
- [Setup](#setup)
- [Quickstart](#quickstart)
- [Backend](#backend)
- [Frontend](#frontend)
- [Running the examples](#running-the-examples)
- [API](#api)
- [Usage](#usage)
- [Token update](#token-update)
- [Declarative](#declarative)
- [Imperative](#imperative)
- [Modes](#modes)
- [Controlled](#controlled)
- [Uncontrolled](#uncontrolled)
- [Persistence](#persistence)
- [A working example](#a-working-example)
- [Setup](#setup)
- [Quickstart](#quickstart)
* [Backend](#backend)
* [Frontend](#frontend)
- [Running the examples](#running-the-examples)
- [API](#api)
- [Usage](#usage)
* [Token update](#token-update)
+ [Declarative](#declarative)
+ [Imperative](#imperative)
* [Modes](#modes)
+ [Controlled](#controlled)
+ [Uncontrolled](#uncontrolled)
* [Persistence](#persistence)
+ [A working example](#a-working-example)

<!-- tocstop -->

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": "token-pagination-hooks",
"version": "0.2.0",
"version": "0.2.1",
"description": "React Hook for token based pagination",
"author": "Simone Busoli <simone.busoli@nearform.com>",
"repository": "simoneb/token-pagination-hooks",
Expand Down

0 comments on commit 5f24f79

Please sign in to comment.