Skip to content

Commit

Permalink
chore(master): release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 5, 2023
1 parent b14e1fb commit fec1ee1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.5.1](https://github.com/codenaz/react-paginator/compare/0.4.2...v0.5.1) (2023-03-05)


### Features

* needs at least node 16 ([15a9b98](https://github.com/codenaz/react-paginator/commit/15a9b9836bd8ef562c91ee924127347bcbc83f36))


### Bug Fixes

* use current page prop before falling back to page 1 when setting initial page ([d652810](https://github.com/codenaz/react-paginator/commit/d652810c2f6030acb3db8d1bf87edc7c97ccb213))


### Miscellaneous Chores

* setup release please ([d4841b9](https://github.com/codenaz/react-paginator/commit/d4841b91e6d981895dd246c3ca140524eebaf443))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-hooks-paginator",
"description": "A package for adding paginator functionality to react apps",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
Expand Down

0 comments on commit fec1ee1

Please sign in to comment.