From 50591e9ed6b8c9719ea288ee938ed25d6bf36e9c Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Tue, 23 Jul 2024 12:35:56 -0300 Subject: [PATCH] chore: Update package version and changelog Bumped package version from 2.0.2-beta to 2.0.3-beta to reflect recent changes. Updated the changelog accordingly. The modification was made in the package.json file. This change is a preparation for the next release and does not introduce new features or bug fixes. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a74fa64..bb5e60c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evolution-api", - "version": "2.0.2-beta", + "version": "2.0.3-beta", "description": "Rest api for communication with WhatsApp", "main": "./dist/src/main.js", "scripts": {