Skip to content

Commit 11918d3

Browse files
committed
chore(release): 1.0.16-dev
1 parent a66c70e commit 11918d3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scathach-api",
3-
"version": "1.0.12",
3+
"version": "1.0.16",
44
"description": "A NodeJS wrapper to interacts with Scathach bot",
55
"main": "build/index.js",
66
"types": "index.d.ts",
@@ -14,7 +14,8 @@
1414
"lint": "npx eslint . --ext .ts",
1515
"lint:fix": "npx eslint . --fix",
1616
"test:get": "npx ts-node test/scathach.get.ts",
17-
"test:search": "npx ts-node test/scathach.search.ts"
17+
"test:search": "npx ts-node test/scathach.search.ts",
18+
"changelog": "npx changelog"
1819
},
1920
"keywords": [
2021
"NSFW",
@@ -36,11 +37,13 @@
3637
"@types/node": "^17.0.23",
3738
"@typescript-eslint/eslint-plugin": "^5.18.0",
3839
"@typescript-eslint/parser": "^5.18.0",
40+
"changelog": "^1.4.2",
3941
"eslint": "^7.32.0",
4042
"npx": "^10.2.2",
4143
"ts-node": "^10.7.0",
42-
"typedoc": "^0.22.5",
43-
"typedoc-plugin-rename-defaults": "^0.4.0",
44+
"typedoc": "^0.23.10",
45+
"typedoc-plugin-rename-defaults": "^0.6.4",
46+
"typedoc-theme-hierarchy": "^3.0.0",
4447
"typescript": "^4.6.3"
4548
},
4649
"engines": {

0 commit comments

Comments
 (0)