Skip to content

Commit

Permalink
docs: correct CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosouz4dev committed Sep 28, 2020
1 parent 0de50e7 commit c98836d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

_All notable changes to this project will be documented in this file. Dates are displayed in UTC._

**2.0.6**
28 September 2020

Fixed return type of create function

Fix initialization with autoclose

**2.0.4 | 2.0.5**
22 September 2020

Expand All @@ -11,8 +18,6 @@ Update user agent

Fix is connected

Fix initialization with autoclose

**2.0.2 | 2.0.3**
21 September 2020

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venom-bot",
"version": "2.0.5",
"version": "2.0.6",
"description": "Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design architecture for WhatsApp. ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c98836d

Please sign in to comment.