Skip to content

Commit ed2607e

Browse files
committed
chore: 🚀 release v0.2.0
1 parent d76453e commit ed2607e

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,19 @@ 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)
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)
2726

2827
<!-- tocstop -->
2928

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.1.0",
3+
"version": "0.2.0",
44
"description": "React Hook for token based pagination",
55
"author": "Simone Busoli <[email protected]>",
66
"repository": "simoneb/token-pagination-hooks",

0 commit comments

Comments
 (0)