Skip to content

Commit

Permalink
Release/v0.5 (#304)
Browse files Browse the repository at this point in the history
* chore: updated version to v0.5

* docs: added djsv12 notice
  • Loading branch information
wonderlandpark authored Aug 27, 2021
1 parent 6b34501 commit 374aacf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ It's debugging tool for `discord.js` projects.

## Installation

<details>
<summary><strong>Using Discord.js v12?</strong></summary>

You could install `[email protected]` by

```sh
npm i dokdo@djsv12
```
</details>

### Stable

```sh
Expand All @@ -34,6 +44,8 @@ npm i dokdo@latest
npm i wonderlandpark/dokdo#main
```



## Features

### Shell command on stdout update
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": "dokdo",
"version": "0.4.1",
"version": "0.5.0",
"description": "Dokdo. Easy Discord bot debuging tool.",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
Expand Down

0 comments on commit 374aacf

Please sign in to comment.