Skip to content

Commit

Permalink
fix: Update version and fix data saving function
Browse files Browse the repository at this point in the history
This commit updates the package version from 2.0.1-beta to 2.0.2-beta and fixes an issue with the function of saving or not saving data in the database. It modifies the package.json and CHANGELOG.md files.

Note: The CHANGELOG.md file includes a detailed list of changes and can be reviewed for more information.
  • Loading branch information
dgcode-tec committed Jul 17, 2024
1 parent 1e96878 commit d1098cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 2.0.1-beta (beta)
# 2.0.2-beta (beta)

### Fixed

* Fixed the function of saving or not saving data in the database

# 2.0.1-beta (2024-07-17 17:01)

### Fixed

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": "evolution-api",
"version": "2.0.1-beta",
"version": "2.0.2-beta",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js",
"scripts": {
Expand Down

0 comments on commit d1098cf

Please sign in to comment.