Skip to content

Commit 5f24f79

Browse files
committed
chore: 🚀 release v0.2.1
1 parent f8dae39 commit 5f24f79

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,21 @@ React Hooks library to use classic pagination in a frontend, based on page numbe
1010

1111
<!-- toc -->
1212

13-
- [token-pagination-hooks](#token-pagination-hooks)
14-
- [Setup](#setup)
15-
- [Quickstart](#quickstart)
16-
- [Backend](#backend)
17-
- [Frontend](#frontend)
18-
- [Running the examples](#running-the-examples)
19-
- [API](#api)
20-
- [Usage](#usage)
21-
- [Token update](#token-update)
22-
- [Declarative](#declarative)
23-
- [Imperative](#imperative)
24-
- [Modes](#modes)
25-
- [Controlled](#controlled)
26-
- [Uncontrolled](#uncontrolled)
27-
- [Persistence](#persistence)
28-
- [A working example](#a-working-example)
13+
- [Setup](#setup)
14+
- [Quickstart](#quickstart)
15+
* [Backend](#backend)
16+
* [Frontend](#frontend)
17+
- [Running the examples](#running-the-examples)
18+
- [API](#api)
19+
- [Usage](#usage)
20+
* [Token update](#token-update)
21+
+ [Declarative](#declarative)
22+
+ [Imperative](#imperative)
23+
* [Modes](#modes)
24+
+ [Controlled](#controlled)
25+
+ [Uncontrolled](#uncontrolled)
26+
* [Persistence](#persistence)
27+
+ [A working example](#a-working-example)
2928

3029
<!-- tocstop -->
3130

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "token-pagination-hooks",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React Hook for token based pagination",
55
"author": "Simone Busoli <simone.busoli@nearform.com>",
66
"repository": "simoneb/token-pagination-hooks",

0 commit comments

Comments
 (0)