From a611cd9c39f1188f4ac6bedce5299b08f0c1e035 Mon Sep 17 00:00:00 2001 From: "danielcardeenas@gmail.com" Date: Thu, 9 Apr 2020 19:35:37 -0500 Subject: [PATCH] Add updates.md --- UPDATES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",