@zikeji/hypixel
Advanced tools
Comparing version 1.20.0 to 2.0.0
@@ -6,2 +6,18 @@ # Changelog | ||
## [2.0.0](https://github.com/zikeji/node-hypixel/compare/v1.20.0...v2.0.0) (2021-01-08) | ||
### ⚠ BREAKING CHANGES | ||
* issue with typedoc generation vuepress build | ||
### Bug Fixes | ||
* issue with typedoc generation vuepress build ([17e37c3](https://github.com/zikeji/node-hypixel/commit/17e37c3480c209c19d751af40218d900359cadc7)) | ||
### Documentation | ||
* **dev:** resolve issue rebuilding in a saturated environment ([bb7fe85](https://github.com/zikeji/node-hypixel/commit/bb7fe85645c77f731964be4c61b7ebef14ea87a3)) | ||
## [1.20.0](https://github.com/zikeji/node-hypixel/compare/v1.19.0...v1.20.0) (2021-01-08) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@zikeji/hypixel", | ||
"version": "1.20.0", | ||
"version": "2.0.0", | ||
"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.", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"docs:clean:ts-api": "rimraf docs/ts-api", | ||
"docs:build": "vuepress build docs", | ||
"docs:build": "npm run docs:clean:ts-api && vuepress build docs", | ||
"test:build": "npm run test:lint && npm run build && npm run test && npm run coverage && npm run docs" | ||
@@ -31,0 +31,0 @@ }, |
543878