Skip to content

Commit

Permalink
bump version + changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas <derNiklaas@users.noreply.github.com>
  • Loading branch information
derNiklaas committed Sep 9, 2024
1 parent 83fac41 commit bfc4c1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.7.0
- Updated to [v1.6.0](https://github.com/Noxcrew/mcchampionship-api/releases/tag/v1.6.0) of the API
- Added `getParticipant(uuid)` to get a single participant
- Added `team` and `platform` to the player information object
- Increased allowed API requests to 200 requests/min

### 1.6.0

- Add new method to retrieve all valid event keys via the ``/events`` endpoint
Expand Down
4 changes: 2 additions & 2 deletions 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": "node-mcc-api",
"version": "1.6.0",
"version": "1.7.0",
"description": "An API Wrapper for the MCC.live API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bfc4c1e

Please sign in to comment.