diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8e2c2..476b638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,38 +2,4 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## 0.1.0 (2022-11-29) - - -### ⚠ BREAKING CHANGES - -* 🧨 NO - -### Features - -* (🎸) add onClick prop to component ([4ae3898](https://github.com/leifermendez/bot-whatsapp/commit/4ae389846d38c133f6bb2129ae373eed39d9d08d)) - - -### Bug Fixes - -* **ci:** ci ([f55cfae](https://github.com/leifermendez/bot-whatsapp/commit/f55cfae6e4ccc1df949212999406680020d27f9c)) -* **ci:** ci ([671c5b3](https://github.com/leifermendez/bot-whatsapp/commit/671c5b37f33360e8cb754625b8dd6e83bce9014d)) - - -* (💍) Is justa test! ([37d04e9](https://github.com/leifermendez/bot-whatsapp/commit/37d04e9e89d3f01fdc367654ba60fb11ab2614c4)) - -#### Actualización 14 Ene 2022 - -- npm update -- remove ora and chalk -- add env -- add mysql -- add dialogflow -- add scan qr from webpage -- update route with middleware -- fix send message to story -- external download -- easy deploy heroku -- add support for ubuntu/linux - -https://stackoverflow.com/questions/51855169/dialogflow-403-iam-permission-dialogflow-sessions-detectintent +### [0.1.1](https://github.com/leifermendez/bot-whatsapp/compare/v0.1.0...v0.1.1) (2022-11-29) diff --git a/package.json b/package.json index 4433a1d..dbc3846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bot-whatsapp/root", - "version": "0.1.0", + "version": "0.1.1", "description": "Bot de wahtsapp open source para MVP o pequeños negocios", "main": "app.js", "private": true,