Skip to content

Commit

Permalink
chore(pagination.djs): release pagination.djs@4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed May 30, 2023
1 parent f3d1f51 commit eed18f8
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 391 deletions.
64 changes: 0 additions & 64 deletions .all-contributorsrc

This file was deleted.

31 changes: 5 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,29 +354,8 @@ then we also have a similar method called [Pagination#setEmbeds](https://imranba

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center"><a href="https://github.com/imranbarbhuiya"><img src="https://avatars.githubusercontent.com/u/74945038?v=4?s=100" width="100px;" alt="Parbez"/><br /><sub><b>Parbez</b></sub></a><br /><a href="https://github.com/imranbarbhuiya/pagination.djs/commits?author=imranbarbhuiya" title="Code">💻</a> <a href="#maintenance-imranbarbhuiya" title="Maintenance">🚧</a> <a href="#ideas-imranbarbhuiya" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="https://renovate.whitesourcesoftware.com"><img src="https://avatars.githubusercontent.com/u/25180681?v=4?s=100" width="100px;" alt="WhiteSource Renovate"/><br /><sub><b>WhiteSource Renovate</b></sub></a><br /><a href="#maintenance-renovate-bot" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://tinaeldevresse.eu/"><img src="https://avatars.githubusercontent.com/u/32441291?v=4?s=100" width="100px;" alt="Tinaël Devresse"/><br /><sub><b>Tinaël Devresse</b></sub></a><br /><a href="https://github.com/imranbarbhuiya/pagination.djs/commits?author=HunteRoi" title="Documentation">📖</a> <a href="#maintenance-HunteRoi" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://newtt.me/"><img src="https://avatars.githubusercontent.com/u/19301186?v=4?s=100" width="100px;" alt="newt :D"/><br /><sub><b>newt :D</b></sub></a><br /><a href="https://github.com/imranbarbhuiya/pagination.djs/commits?author=newtykins" title="Code">💻</a></td>
<td align="center"><a href="http://voxelli.me"><img src="https://avatars.githubusercontent.com/u/69213593?v=4?s=100" width="100px;" alt="Voxelli"/><br /><sub><b>Voxelli</b></sub></a><br /><a href="https://github.com/imranbarbhuiya/pagination.djs/commits?author=legendhimslef" title="Documentation">📖</a></td>
</tr>
</tbody>
<tfoot>

</tfoot>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Thanks goes to these wonderful people:

<a href="https://github.com/imranbarbhuiya/TagScript/graphs/contributors">
<img src="https://contrib.rocks/image?repo=imranbarbhuiya/TagScript" />
</a>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pagination.djs",
"version": "4.0.9",
"version": "4.0.10",
"description": "A discord.js compatible pagination module",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"module": "node16",
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
Expand Down
Loading

0 comments on commit eed18f8

Please sign in to comment.