Skip to content

Commit 3bb575d

Browse files
authored
Merge pull request #54 from codenaz/release-please--branches--master--components--react-hooks-paginator
chore(master): release 0.5.1
2 parents b14e1fb + fec1ee1 commit 3bb575d

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [0.5.1](https://github.com/codenaz/react-paginator/compare/0.4.2...v0.5.1) (2023-03-05)
4+
5+
6+
### Features
7+
8+
* needs at least node 16 ([15a9b98](https://github.com/codenaz/react-paginator/commit/15a9b9836bd8ef562c91ee924127347bcbc83f36))
9+
10+
11+
### Bug Fixes
12+
13+
* use current page prop before falling back to page 1 when setting initial page ([d652810](https://github.com/codenaz/react-paginator/commit/d652810c2f6030acb3db8d1bf87edc7c97ccb213))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* setup release please ([d4841b9](https://github.com/codenaz/react-paginator/commit/d4841b91e6d981895dd246c3ca140524eebaf443))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-hooks-paginator",
33
"description": "A package for adding paginator functionality to react apps",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"files": [

0 commit comments

Comments
 (0)