@zikeji/hypixel
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -6,2 +6,14 @@ # Changelog | ||
### [3.0.2](https://github.com/zikeji/node-hypixel/compare/v3.0.1...v3.0.2) (2021-03-22) | ||
### Bug Fixes | ||
* **ci:** use dispatch, fix missing backtick ([dad1989](https://github.com/zikeji/node-hypixel/commit/dad1989df8ed21db0b236bec68abfe006a4021f8)) | ||
### Tests | ||
* **helpers:** migrate more deno tests ([1e144bd](https://github.com/zikeji/node-hypixel/commit/1e144bd46e6c3a54d39390f4b67c07033ffe3f72)) | ||
### [3.0.1](https://github.com/zikeji/node-hypixel/compare/v3.0.0...v3.0.1) (2021-03-22) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@zikeji/hypixel", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "With thorough IntelliSense support & 100% 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 (and an OpenAPI 3.0 schema!), built-in rate-limit handling, flexible cache support, helper functions, and support for undocumented endpoints.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
774892