Skip to content

Commit 9de8263

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2022-02-18) ### Features * add useInfiniteScroll hook ([45d203d](45d203d)) ### Docs * update readme ([3457129](3457129)) ### Chores * clean structure ([745566a](745566a)) * comment ([ffbce41](ffbce41))
1 parent ffbce41 commit 9de8263

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 1.0.0 (2022-02-18)
2+
3+
4+
### Features
5+
6+
* add useInfiniteScroll hook ([45d203d](https://github.com/iamyoki/infinite-scroll-hook/commit/45d203d2b0ec428bf369599ca5e137d0accd5124))
7+
8+
9+
### Docs
10+
11+
* update readme ([3457129](https://github.com/iamyoki/infinite-scroll-hook/commit/34571297d64552f37db9a8129349ea290a2adecc))
12+
13+
14+
### Chores
15+
16+
* clean structure ([745566a](https://github.com/iamyoki/infinite-scroll-hook/commit/745566a6f1b692442589386d7720429566ef0e43))
17+
* comment ([ffbce41](https://github.com/iamyoki/infinite-scroll-hook/commit/ffbce410b9e5d6457aed0e09a6ee8b8acac65918))

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "infinite-scroll-hook",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)