From 750799efe315981d16baedd8dd386eaf3509a30a Mon Sep 17 00:00:00 2001 From: FC5570 <68158483+FC5570@users.noreply.github.com> Date: Sun, 21 Jul 2024 23:25:46 +0530 Subject: [PATCH] chore(release): release 2.0.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6361e43..665e026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. + +## [2.0.1] - 2024-07-21 + +### Bug Fixes + +- Remove typings export (#252) + +### Miscellaneous Tasks + +- Fix tests +- Fix tests +- Fix tests? +- Fix tests? + +# Changelog + +All notable changes to this project will be documented in this file. diff --git a/package.json b/package.json index 6eae7c4..d8ac14b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypixel.ts", - "version": "2.0.0", + "version": "2.0.1", "description": "A simple, easy to use wrapper for Hypixel API.", "homepage": "https://hypixel.js.org/", "main": "dist/cjs/index.js",