diff --git a/CHANGELOG.md b/CHANGELOG.md index 358e9ccc..552a7d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.4.8 (2023-07-27 10:27) + +### Fixed + +* Fixed error return bug + # 1.4.7 (2023-07-27 08:47) ### Fixed diff --git a/package.json b/package.json index db23ce9f..54511a9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evolution-api", - "version": "1.4.7", + "version": "1.4.8", "description": "Rest api for communication with WhatsApp", "main": "./dist/src/main.js", "scripts": {