Skip to content

Commit

Permalink
11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ committed Sep 25, 2023
1 parent 3683ced commit 06e0629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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,6 +1,6 @@
{
"name": "hypixel-api-reborn",
"version": "11.0.0",
"version": "11.0.1",
"description": "Feature-rich Hypixel API wrapper for Node.js",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
Expand Down

1 comment on commit 06e0629

@porterporter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here's a changelog for v10 -> v11
feel free to use wherever

Changelog (v10 ➡ v11)

It's been a while! Here's what's new:

  • replace occurrences of 'stavzdev.xyz' with 'stavzdev.me' (aad06f3)

  • fix typing of GuildMember#expHistory (62774ca)

  • fix duels win count (d2cbcbb)

  • add BedWars#experience (bc0e44d)

  • uses native fetch if available (7e6bec5)

  • add more fetch request error handling (cf5d6c3)

  • add more TKR properties (f837a09)

  • add more SpeedUHC properties (6a9b154, d55e7f7)

  • removed *friends methods (73c8ed8)

  • add Wool Wars support (f7e4fa7)

  • add SkyblockMember#experience (b460d33)

  • add Skyblock enderman and blaze slayer stats (1179ddc)

  • add Skyblock HOTM stats (3c01634)

  • add Skyblock trophy fish rewards (aee3860)

  • add Bedwars prestiges 3k-5k (e1ce5ed)

  • add Skyblock vampire slayer (d2b8bc6)

  • add Skyblock bestiary (b9e5d39)

  • support API Key changes (d474f33)

  • fix guild level calculation (af650bd)

  • add Skyblock PetScore (6067b49)

  • remove Ranked Skywars (44e83e1)

  • remove Client#getKeyInfo() (98730cb)

  • update dependencies

Please sign in to comment.