Skip to content

Commit

Permalink
chore(release): 17.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.5.0](v17.4.4...v17.5.0) (2024-01-22)

### Features

* add `isFirst` and `isLast` methods to `useStateList` hook ([ac64414](ac64414))
* **pencil:** add isFirst and isLast return value to 'useStateList' ([75218e4](75218e4))
* **pencil:** fix with yarn lint:fix ([6a9dde5](6a9dde5))
  • Loading branch information
semantic-release-bot committed Jan 22, 2024
1 parent ac64414 commit ade8d39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [17.5.0](https://github.com/streamich/react-use/compare/v17.4.4...v17.5.0) (2024-01-22)


### Features

* add `isFirst` and `isLast` methods to `useStateList` hook ([ac64414](https://github.com/streamich/react-use/commit/ac64414bea4c8afadfb382da9fea44ee89b41e2d))
* **pencil:** add isFirst and isLast return value to 'useStateList' ([75218e4](https://github.com/streamich/react-use/commit/75218e45dfdcdc6ea193e278cb97ceee98c00f1b))
* **pencil:** fix with yarn lint:fix ([6a9dde5](https://github.com/streamich/react-use/commit/6a9dde596ae25c0dd2fa97b0cf354143fbc5b5ff))

## [17.4.4](https://github.com/streamich/react-use/compare/v17.4.3...v17.4.4) (2024-01-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "17.4.4",
"version": "17.5.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit ade8d39

Please sign in to comment.