Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
codenaz committed Aug 16, 2024
2 parents 3480112 + 08f7253 commit d707071
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.2](https://github.com/codenaz/react-paginator/compare/v0.5.1...v0.5.2) (2024-08-16)


### Bug Fixes

* add typescript support ([c8828ce](https://github.com/codenaz/react-paginator/commit/c8828ce82b785dbcaa4348a8ddd93ac73409fcd5))

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


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.5.2",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit d707071

Please sign in to comment.