Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.0](v1.9.1...v1.10.0) (2020-10-20)

### Features

* **meta:** add new unenumerable meta field to results for meta information ([4357a7a](4357a7a))
* **meta:** add ratelimit to meta ([3de2b7f](3de2b7f))

### Bug Fixes

* **type:** resultarray returns appropriate array type ([d8ae79e](d8ae79e))

### Tests

* improve coverage, test new meta ([2933f04](2933f04))
* **skyblock news:** add more assertions for news test ([791b02e](791b02e))

### Documentation

* **guide:** begin fleshing out guide ([be6ac06](be6ac06))
* **vuepress:** extract additionalpages to new plugin and adjust changelog sidebar headers ([41728e6](41728e6))
  • Loading branch information
semantic-release-bot committed Oct 20, 2020
1 parent 41a603a commit fc7fdf3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.0](https://github.com/zikeji/node-hypixel/compare/v1.9.1...v1.10.0) (2020-10-20)


### Features

* **meta:** add new unenumerable meta field to results for meta information ([4357a7a](https://github.com/zikeji/node-hypixel/commit/4357a7a984de1fa7260a10946d283a4cac409ba9))
* **meta:** add ratelimit to meta ([3de2b7f](https://github.com/zikeji/node-hypixel/commit/3de2b7f61a9eb80e32184158e5f025f2d63cdb8e))


### Bug Fixes

* **type:** resultarray returns appropriate array type ([d8ae79e](https://github.com/zikeji/node-hypixel/commit/d8ae79e69bb4dd1f214ab01952ec79da9ece1736))


### Tests

* improve coverage, test new meta ([2933f04](https://github.com/zikeji/node-hypixel/commit/2933f04abf453712cf3db67b6e360ad311122bcd))
* **skyblock news:** add more assertions for news test ([791b02e](https://github.com/zikeji/node-hypixel/commit/791b02e6419c0c832b6c23e10005006b4e1ecdb7))


### Documentation

* **guide:** begin fleshing out guide ([be6ac06](https://github.com/zikeji/node-hypixel/commit/be6ac064572a3c6554bebca9a24534fdd7bd167a))
* **vuepress:** extract additionalpages to new plugin and adjust changelog sidebar headers ([41728e6](https://github.com/zikeji/node-hypixel/commit/41728e602fa766ba38104e15ced260783ca1b4b3))

### [1.9.1](https://github.com/zikeji/node-hypixel/compare/v1.9.0...v1.9.1) (2020-10-19)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zikeji/hypixel",
"version": "1.9.1",
"version": "1.10.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.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fc7fdf3

Please sign in to comment.