Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 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))
  • Loading branch information
semantic-release-bot committed Feb 18, 2022
1 parent ffbce41 commit 9de8263
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 1.0.0 (2022-02-18)


### Features

* add useInfiniteScroll hook ([45d203d](https://github.com/iamyoki/infinite-scroll-hook/commit/45d203d2b0ec428bf369599ca5e137d0accd5124))


### Docs

* update readme ([3457129](https://github.com/iamyoki/infinite-scroll-hook/commit/34571297d64552f37db9a8129349ea290a2adecc))


### Chores

* clean structure ([745566a](https://github.com/iamyoki/infinite-scroll-hook/commit/745566a6f1b692442589386d7720429566ef0e43))
* comment ([ffbce41](https://github.com/iamyoki/infinite-scroll-hook/commit/ffbce410b9e5d6457aed0e09a6ee8b8acac65918))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "infinite-scroll-hook",
"version": "0.0.1",
"version": "1.0.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 9de8263

Please sign in to comment.