Skip to content

Commit af6071a

Browse files
committed
chore: 🚀 release v0.1.0
1 parent b405ea3 commit af6071a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@ React Hooks library to use classic pagination in a frontend, based on page numbe
1212

1313
- [Setup](#setup)
1414
- [Quickstart](#quickstart)
15-
* [API](#api)
16-
* [Client](#client)
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)
1726

1827
<!-- tocstop -->
1928

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "token-pagination-hooks",
3-
"version": "0.0.1-3",
3+
"version": "0.1.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)