- FIX: Package compiled.

This commit is contained in:
Rodrigo Rodriguez 2018-06-01 12:59:08 -03:00
parent c4215ec602
commit 8ba9cfbaf6
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# History # History
## Version 0.0.28
- FIX: Package compiled.
## Version 0.0.27
- FIX: Merged changes.
## Version 0.0.26 ## Version 0.0.26
- NEW: Support for Speech recognition/synthesis. - NEW: Support for Speech recognition/synthesis.

View file

@ -1,6 +1,6 @@
{ {
"name": "botlib", "name": "botlib",
"version": "0.0.26", "version": "0.0.28",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp)",
"main": "dist/src/index.js", "main": "dist/src/index.js",
"types": "dist/src/index.d.ts", "types": "dist/src/index.d.ts",