diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f22c45c..49613ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.1.1](https://github.com/zikeji/node-hypixel/compare/v4.1.0...v4.1.1) (2024-09-16) + + +### Bug Fixes + +* properly type hint the nature of values being undefined in the event a player has never touched Hypixel ([569d245](https://github.com/zikeji/node-hypixel/commit/569d24523327cab13e8ec771103b7f5f08023d0d)) +* return an empty result properly ([be12a07](https://github.com/zikeji/node-hypixel/commit/be12a075ffd3c3fa378976608250e508ecbfcd06)) + ## [4.1.0](https://github.com/zikeji/node-hypixel/compare/v4.0.2...v4.1.0) (2024-09-16) diff --git a/package-lock.json b/package-lock.json index d3ea2b5b..d00ca74c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 88ffcc83..acc96e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.1.0", + "version": "4.1.1", "description": "With IntelliSense support & test coverage, this is an unopinionated async/await API wrapper for Hypixel's Public API. It is developed in TypeScript complete with documentation, typed interfaces for all API responses, built-in rate-limit handling, flexible cache support, and helper functions.", "main": "dist/index.js", "types": "dist/index.d.ts",