Skip to content

Commit

Permalink
chore(release): 1.19.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.0](v1.18.0...v1.19.0) (2021-01-04)

### Features

* **api:** add /skyblock/auctions_ended endpoint ([1b8a4f6](1b8a4f6))

### Bug Fixes

* **deps:** duplicate line ([f0359c1](f0359c1))
* **docs:** fix issue with newer typedoc not generating properly ([9ad8e8f](9ad8e8f))

### Documentation

* **helpers:** add information on using the item data helper for auctions ([2fb1ece](2fb1ece))

### Miscellaneous Chores

* **dependencies:** update prismarine, and typings ([524ba52](524ba52))
  • Loading branch information
semantic-release-bot committed Jan 4, 2021
1 parent 161ec7e commit 355b0e2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.19.0](https://github.com/zikeji/node-hypixel/compare/v1.18.0...v1.19.0) (2021-01-04)


### Features

* **api:** add /skyblock/auctions_ended endpoint ([1b8a4f6](https://github.com/zikeji/node-hypixel/commit/1b8a4f6a85be6c9b641e3e8bccf15d4f4f1493de))


### Bug Fixes

* **deps:** duplicate line ([f0359c1](https://github.com/zikeji/node-hypixel/commit/f0359c1c8cdc25050251e33e1f12a37fecf75461))
* **docs:** fix issue with newer typedoc not generating properly ([9ad8e8f](https://github.com/zikeji/node-hypixel/commit/9ad8e8fd0d39bfff791eb6344dc31a08d945ca0a))


### Documentation

* **helpers:** add information on using the item data helper for auctions ([2fb1ece](https://github.com/zikeji/node-hypixel/commit/2fb1ecef4ae870c6a49ddb1ad3f64636923d3182))


### Miscellaneous Chores

* **dependencies:** update prismarine, and typings ([524ba52](https://github.com/zikeji/node-hypixel/commit/524ba5224187519ddda5d23e18c1016a4d159447))

## [1.18.0](https://github.com/zikeji/node-hypixel/compare/v1.17.0...v1.18.0) (2020-12-08)


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.18.0",
"version": "1.19.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 355b0e2

Please sign in to comment.