fix: Update version and fix data saving function

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.
This commit is contained in:
Davidson Gomes 2024-07-17 18:43:44 -03:00
parent 1e96878e5f
commit d1098cfcae
2 changed files with 8 additions and 2 deletions

View File

@ -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 ### Fixed

View File

@ -1,6 +1,6 @@
{ {
"name": "evolution-api", "name": "evolution-api",
"version": "2.0.1-beta", "version": "2.0.2-beta",
"description": "Rest api for communication with WhatsApp", "description": "Rest api for communication with WhatsApp",
"main": "./dist/src/main.js", "main": "./dist/src/main.js",
"scripts": { "scripts": {