diff --git a/VERSION.md b/VERSION.md index d4997ca..00e61dd 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,8 +1,17 @@ +# History + +## Version 0.0.17 + +- NEW: The bot now has an associated mobile Whatsapp number; + ## Version 0.0.16 + - FIX: Compilation of Typescript into JavaScript. ## Version 0.0.15 + - NEW: Now each .gbapp has it own set of syspackages loaded. ## Version 0.0.14 + - NEW: Added support for Whatsapp external service key on bot instance model. diff --git a/package.json b/package.json index 88cc827..c320c13 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "botlib", - "version": "0.0.16", - "description": "General Bots base library for building Node.js TypeScript Apps packages (.gbapp)", + "version": "0.0.17", + "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", - "author": "me@rodrigorodriguez.com", + "contributors": [ + "Rodrigo Rodriguez " + ], "license": "AGPL-3.0", "dependencies": { "@types/azure": "^0.9.19", diff --git a/src/IGBInstance.ts b/src/IGBInstance.ts index 5035b98..28705a8 100644 --- a/src/IGBInstance.ts +++ b/src/IGBInstance.ts @@ -47,6 +47,7 @@ export interface IGBInstance { webchatKey: string; whatsappServiceKey: string; whatsappBotKey: string; + whatsappServiceNumber: string; theme: string; ui: string; kb: string;