Skip to content

Commit 93cf9db

Browse files
author
Conventional Changelog Action
committed
chore(release): v2.1.0
1 parent a988f4e commit 93cf9db

File tree

2 files changed

+65
-35
lines changed

2 files changed

+65
-35
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 2.1.0 (2022-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Change --force for --verbose ([4891e41](https://github.com/KieranRobson/Clarence-Bot/commit/4891e4172d233b3b65139d86af7aeca0306f4eb6))
7+
* Edit order of dockerfile ([108331f](https://github.com/KieranRobson/Clarence-Bot/commit/108331fc0072284eaa6ed286b0295dd5e01c33ec))
8+
* help command ([b8d3789](https://github.com/KieranRobson/Clarence-Bot/commit/b8d37898447f8d95f4d49c7ebe9cc1696373c94c))
9+
* Hide simcreate from none administrators ([01bd783](https://github.com/KieranRobson/Clarence-Bot/commit/01bd78392e0c447ffc925b3341a4e4f6dce27b01))
10+
* Make untimeout response empheral ([10c9baa](https://github.com/KieranRobson/Clarence-Bot/commit/10c9baa743c7c2cf685d92bcae638de804320193))
11+
* Move dependabot from workflows ([f633400](https://github.com/KieranRobson/Clarence-Bot/commit/f633400c91115b59dd73b936c9e832cb042efb78))
12+
* remove levels from index ([5e5a518](https://github.com/KieranRobson/Clarence-Bot/commit/5e5a5182a477bda9686341647d95054c7afbe194))
13+
* Remove typo from script name ([e375b97](https://github.com/KieranRobson/Clarence-Bot/commit/e375b97b84a979d0cedfedae824b34f575991086))
14+
* Rename token for dockerhub ([477ee87](https://github.com/KieranRobson/Clarence-Bot/commit/477ee878daec537d0f88b7db16cde2dfaebdd8a8))
15+
16+
17+
### Features
18+
19+
* Add auto releases ([a988f4e](https://github.com/KieranRobson/Clarence-Bot/commit/a988f4e8c6168d48f45af2ca4b9ddcb158543568))
20+
* Add Npm Run Tests ([20ca3c6](https://github.com/KieranRobson/Clarence-Bot/commit/20ca3c6eea56324715688925219ac30398ca0423))
21+
* Make cookie work with database ([df4e36c](https://github.com/KieranRobson/Clarence-Bot/commit/df4e36c4154bec9324f3c792960194d510530cc4))
22+
23+
24+
### Reverts
25+
26+
* b1b6308fd8a0414b4e7e68a59bf1dda73c5173f2 ([fcb139a](https://github.com/KieranRobson/Clarence-Bot/commit/fcb139a7e105000d9ab4cdb1a2e7c8c2165f3289))
27+
* Docker Publish ([c3833da](https://github.com/KieranRobson/Clarence-Bot/commit/c3833da0ee6412f58ec6422e92f923ed71f4ce12))
28+
29+
30+

package.json

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"name": "clarence",
3-
"version": "2.0.0",
4-
"description": "A multipurpose bot with admin, fun and information commands",
5-
"main": "src/index.js",
6-
"scripts": {
7-
"lint": "eslint . --fix",
8-
"spell": "cspell /**/",
9-
"spell-code": "cspell src/**/",
10-
"ci": "eslint . --fix && cspell /**/"
11-
},
12-
"keywords": [],
13-
"author": "",
14-
"license": "ISC",
15-
"dependencies": {
16-
"@discordjs/builders": "^1.2.0",
17-
"@iamtraction/google-translate": "^1.1.2",
18-
"canvas": "^2.10.1",
19-
"discord-api-types": "^0.37.12",
20-
"discord.js": "^13.11.0",
21-
"dotenv": "^16.0.3",
22-
"glob": "^7.2.3",
23-
"iso-639-1": "^2.1.15",
24-
"mongoose": "^6.6.5",
25-
"r6s-stats-api": "^1.1.1",
26-
"twemoji-parser": "^14.0.0"
27-
},
28-
"devDependencies": {
29-
"cspell": "^6.12.0",
30-
"eslint": "^8.25.0",
31-
"eslint-config-prettier": "^8.5.0",
32-
"eslint-plugin-import": "^2.26.0",
33-
"eslint-plugin-prettier": "^4.2.1",
34-
"prettier": "^2.7.1"
35-
}
36-
}
2+
"name": "clarence",
3+
"version": "2.1.0",
4+
"description": "A multipurpose bot with admin, fun and information commands",
5+
"main": "src/index.js",
6+
"scripts": {
7+
"lint": "eslint . --fix",
8+
"spell": "cspell /**/",
9+
"spell-code": "cspell src/**/",
10+
"ci": "eslint . --fix && cspell /**/"
11+
},
12+
"keywords": [],
13+
"author": "",
14+
"license": "ISC",
15+
"dependencies": {
16+
"@discordjs/builders": "^1.2.0",
17+
"@iamtraction/google-translate": "^1.1.2",
18+
"canvas": "^2.10.1",
19+
"discord-api-types": "^0.37.12",
20+
"discord.js": "^13.11.0",
21+
"dotenv": "^16.0.3",
22+
"glob": "^7.2.3",
23+
"iso-639-1": "^2.1.15",
24+
"mongoose": "^6.6.5",
25+
"r6s-stats-api": "^1.1.1",
26+
"twemoji-parser": "^14.0.0"
27+
},
28+
"devDependencies": {
29+
"cspell": "^6.12.0",
30+
"eslint": "^8.25.0",
31+
"eslint-config-prettier": "^8.5.0",
32+
"eslint-plugin-import": "^2.26.0",
33+
"eslint-plugin-prettier": "^4.2.1",
34+
"prettier": "^2.7.1"
35+
}
36+
}

0 commit comments

Comments
 (0)