From 8fa5dae5bd137525101080c657b2b14408369a21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Sep 2024 21:14:50 +0000 Subject: [PATCH] chore(release): 4.0.2 [skip ci] ### [4.0.2](https://github.com/zikeji/node-hypixel/compare/v4.0.1...v4.0.2) (2024-09-11) ### Bug Fixes * ci docs publish ([d30ee7e](https://github.com/zikeji/node-hypixel/commit/d30ee7e5acde8f6cf47589b2bf607d60f7c9762d)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d811aa1b..b00746ef 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.2](https://github.com/zikeji/node-hypixel/compare/v4.0.1...v4.0.2) (2024-09-11) + + +### Bug Fixes + +* ci docs publish ([d30ee7e](https://github.com/zikeji/node-hypixel/commit/d30ee7e5acde8f6cf47589b2bf607d60f7c9762d)) + ### [4.0.1](https://github.com/zikeji/node-hypixel/compare/v4.0.0...v4.0.1) (2024-09-11) diff --git a/package-lock.json b/package-lock.json index 3d7bc731..35f52c21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5f3992c3..f8e7c9cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.0.1", + "version": "4.0.2", "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",