From 5fde4f81873a8ee7c4dd7e5be8e494a2aa4ed317 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 Sep 2024 02:44:59 +0000 Subject: [PATCH] chore(release): 4.1.2 [skip ci] ### [4.1.2](https://github.com/zikeji/node-hypixel/compare/v4.1.1...v4.1.2) (2024-09-17) ### Bug Fixes * add bin to auction type ([63f2e52](https://github.com/zikeji/node-hypixel/commit/63f2e526a028e78646e73bbfe7a24d787260f689)) --- 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 49613ac8..5d06fc2b 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.1.2](https://github.com/zikeji/node-hypixel/compare/v4.1.1...v4.1.2) (2024-09-17) + + +### Bug Fixes + +* add bin to auction type ([63f2e52](https://github.com/zikeji/node-hypixel/commit/63f2e526a028e78646e73bbfe7a24d787260f689)) + ### [4.1.1](https://github.com/zikeji/node-hypixel/compare/v4.1.0...v4.1.1) (2024-09-16) diff --git a/package-lock.json b/package-lock.json index d00ca74c..d8c5b72e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index acc96e83..7d252f49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.1.1", + "version": "4.1.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",