@zikeji/hypixel
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -6,2 +6,15 @@ # Changelog | ||
### [1.5.2](https://github.com/zikeji/node-hypixel/compare/v1.5.1...v1.5.2) (2020-10-18) | ||
### Bug Fixes | ||
* **ci:** add logging to action in attempt to troubleshoot missing information ([c877fa4](https://github.com/zikeji/node-hypixel/commit/c877fa4716140244080c71639ad637acbc5dfe99)) | ||
### Documentation | ||
* **meta:** add social, add embed metadata ([858895a](https://github.com/zikeji/node-hypixel/commit/858895abd91f684ed9632119593fc67614300456)) | ||
* **readme:** point to coveralls ([1d30fe2](https://github.com/zikeji/node-hypixel/commit/1d30fe259cb5beae73719543bfcd673af0230de2)) | ||
### [1.5.1](https://github.com/zikeji/node-hypixel/compare/v1.5.0...v1.5.1) (2020-10-18) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@zikeji/hypixel", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "An unopinionated async/await API wrapper for Hypixel's Public API developed in TypeScript complete with documentation, OpenAPI 3.0 spec, intellisense, typed interfaces for all API responses, rate-limit handling, a few helpers, and support for undocumented endpoints.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -12,3 +12,3 @@ # node-hypixel | ||
[![GitHub issues](https://img.shields.io/github/issues/zikeji/node-node-hypixel)](https://github.com/zikeji/node-hypixel/issues) | ||
[![Coveralls github](https://img.shields.io/coveralls/github/zikeji/node-hypixel)][github] | ||
[![Coveralls](https://img.shields.io/coveralls/github/zikeji/node-hypixel)](https://coveralls.io/github/zikeji/node-hypixel) | ||
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/zikeji/node-hypixel/release)][github] | ||
@@ -15,0 +15,0 @@ |
31858