Skip to content

Commit 374aacf

Browse files
Release/v0.5 (#304)
* chore: updated version to v0.5 * docs: added djsv12 notice
1 parent 6b34501 commit 374aacf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ It's debugging tool for `discord.js` projects.
2222

2323
## Installation
2424

25+
<details>
26+
<summary><strong>Using Discord.js v12?</strong></summary>
27+
28+
You could install `dokdo@0.4` by
29+
30+
```sh
31+
npm i dokdo@djsv12
32+
```
33+
</details>
34+
2535
### Stable
2636

2737
```sh
@@ -34,6 +44,8 @@ npm i dokdo@latest
3444
npm i wonderlandpark/dokdo#main
3545
```
3646

47+
48+
3749
## Features
3850

3951
### Shell command on stdout update

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dokdo",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Dokdo. Easy Discord bot debuging tool.",
55
"main": "./src/index.js",
66
"types": "./typings/index.d.ts",

0 commit comments

Comments
 (0)