- new commands
npm run version:major,npm run version:minor, andnpm run version:patchto bump version in thepackage.json
- new method
generateTempMessageIdto create custom/temporary identifier for message - add
addTempMessageandupdateTempMessagemethods to create and update a temporary custom message in chat messages
- CHANGELOG.md
- added method to unselect Dialog -
unselectDialog() - fixed processOnMessage, processOnMessageError, and selectDialog param types
- updated import types from connectycube (>=4.2.1)