Skip to content

Commit

Permalink
chore(messaging): v0.1.17 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlp authored Nov 5, 2021
1 parent c8aa881 commit 67c52bd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.1.17](https://github.com/botpress/messaging/compare/v0.1.16...v0.1.17) (2021-11-05)


### Bug Fixes

* **channels:** fixes for smooch and messenger ([#229](https://github.com/botpress/messaging/issues/229)) ([42a1d5b](https://github.com/botpress/messaging/commit/42a1d5bdceaf5ba6214db438d6a53e284a9862d9)), closes [#227](https://github.com/botpress/messaging/issues/227) [#230](https://github.com/botpress/messaging/issues/230)


### Features

* **api:** refact implementation ([#223](https://github.com/botpress/messaging/issues/223)) ([c8aa881](https://github.com/botpress/messaging/commit/c8aa881a45f754610f628d4d3bee561103138fb9))
* **socket:** socket package ([#222](https://github.com/botpress/messaging/issues/222)) ([4c1141e](https://github.com/botpress/messaging/commit/4c1141e56001b0795988706bd10b8806b3ee54b5))
* **test-ui:** update testing ui for new socket ([#224](https://github.com/botpress/messaging/issues/224)) ([326f65e](https://github.com/botpress/messaging/commit/326f65eed3f45760205557f1564275f61a0d2464))



## [0.1.16](https://github.com/botpress/messaging/compare/v0.1.15...v0.1.16) (2021-10-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/messaging",
"version": "0.1.16",
"version": "0.1.17",
"description": "Botpress messaging repo",
"author": "Botpress, Inc.",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/messaging-server",
"version": "0.1.16",
"version": "0.1.17",
"main": "index.ts",
"license": "AGPL-3.0",
"scripts": {
Expand Down

0 comments on commit 67c52bd

Please sign in to comment.