Skip to content

Commit

Permalink
Bump version to 1.2.0
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 6, 2022
1 parent 45ba5f7 commit bc964dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.2.0
- Added type support for the [v1.1.0](https://github.com/Noxcrew/mcchampionship-api/releases/tag/v1.1.0) Version of the API

### 1.1.0
- Throttle requests using [fetch-throttle](https://www.npmjs.com/package/fetch-throttle) (mitchell-merry)

Expand Down
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.1.0",
"version": "1.2.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 bc964dc

Please sign in to comment.