diff --git a/UPDATES.md b/UPDATES.md index e69de29b..ddc549f5 100644 --- a/UPDATES.md +++ b/UPDATES.md @@ -0,0 +1,6 @@ +# Update checking + +Whatsapp is in constant changes, in order to tackle this issue I suggest +keeping your sulla package always up-to-date. + +The method/funciton names won't change, only their core algorithm. This way you won't have to makes changes in your code at every update. They will remain the same for ever. diff --git a/package.json b/package.json index 8d114305..e7ba01dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sulla", - "version": "2.3.6", + "version": "2.3.7", "description": "Javascript whatsapp framework", "main": "dist/index.js", "types": "dist/index.d.ts",