Skip to content

Commit

Permalink
2.1.5 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Elitezen committed Mar 20, 2023
1 parent f678645 commit 5639efd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 2.1.5
- Fixed the issue of the dist/ folder not being included.

# 2.1.4
- Reverted to `node-fetch` for Node versions < 18

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
Planning a trivia command for your Discord bot?
`discord-trivia` v2 is coming!: https://github.com/Elitezen/discord-trivia

# 2.1.4
- Reverted to `node-fetch` for Node versions < 18
# 2.1.5
- Fixed the issue of the dist/ folder not being included.

## Example Code
```js
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": "open-trivia-db",
"version": "2.1.4",
"version": "2.1.5",
"description": "A small and simple wrapper for the Open Trivia Database API.",
"keywords": [
"opentriviadatabase",
Expand Down
2 changes: 1 addition & 1 deletion src/Classes/OpenTDBError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export default class OpenTDBError extends TypeError {
super(error.text);
this.name = `OpenTDBError [${error.header}]`;
}
}
}

0 comments on commit 5639efd

Please sign in to comment.