Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxTale-Labs committed Aug 1, 2023
1 parent db19244 commit c3e95c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -60,9 +60,8 @@ Then you require the package and login into the Pterodactyl API:
const resultClient = await client.functionName(<ARGUMENTS>).catch((err) => console.error(err));

# Changelog
Version 1.9.5:
- Fixed a issue in 1.9.4
- Forgor to build the last release
Version 1.10.1:
- Added the used resources to nodeDetails and listNodes

# To-do list
- [ ] Class support and support of new instances (with v2.0.0)
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
@@ -1,6 +1,6 @@
{
"name": "pteroly",
"version": "1.9.5",
"version": "1.10.1",
"description": "A fast typescript Node.JS API wrapper for the Pterodactyl Panel working with the latest version and with lots of features",
"main": "lib/pteroly.js",
"types": "lib/pteroly.d.ts",
Expand Down

0 comments on commit c3e95c5

Please sign in to comment.