Published on NPM.

This commit is contained in:
Rodrigo Rodriguez 2018-09-16 20:30:00 -03:00
parent a59e2e3e66
commit 9c9340873c
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# History # History
## Version 0.1.0
- NEW: Migration to Bot Framework v4.
## Version 0.0.33 ## Version 0.0.33
- FIX: Updated dependencies versions. - FIX: Updated dependencies versions.

View file

@ -1,6 +1,6 @@
{ {
"name": "botlib", "name": "botlib",
"version": "0.0.29", "version": "0.1.0",
"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",