diff --git a/CHANGELOG.md b/CHANGELOG.md index b1469e5d..d811aa1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [4.0.1](https://github.com/zikeji/node-hypixel/compare/v4.0.0...v4.0.1) (2024-09-11) + + +### Bug Fixes + +* CI fix for release ([1878274](https://github.com/zikeji/node-hypixel/commit/187827438310a0e226a6ce54c6e5cf261955158e)) + ## [4.0.0](https://github.com/zikeji/node-hypixel/compare/v3.1.1...v4.0.0) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index 8db05d38..3d7bc731 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3f63809e..5f3992c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.0.0", + "version": "4.0.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",