diff --git a/CHANGELOG.md b/CHANGELOG.md index ecdc876a..d7a99bbd 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.4](https://github.com/zikeji/node-hypixel/compare/v4.1.3...v4.1.4) (2024-12-02) + + +### Documentation + +* **issue template:** add template for reporting missing type completion ([5fddda0](https://github.com/zikeji/node-hypixel/commit/5fddda0fd7123639371606395996dbd82599a6f4)) + ### [4.1.3](https://github.com/zikeji/node-hypixel/compare/v4.1.2...v4.1.3) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index c01a7812..e08e04d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.1.3", + "version": "4.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 74763491..2c83522c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zikeji/hypixel", - "version": "4.1.3", + "version": "4.1.4", "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",