mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51:24 -06:00
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:
parent
1e96878e5f
commit
d1098cfcae
@ -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
|
||||||
|
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user