Skip to content

Commit 33de973

Browse files
authored
chore(server): v1.1.4 (#405)
* chore(server): v1.1.4 * removed yarn versions files
1 parent 58cdf9a commit 33de973

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

.yarn/versions/96357da4.yml

-6
This file was deleted.

.yarn/versions/e230455f.yml

Whitespace-only changes.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.1.4](https://github.com/botpress/messaging/compare/v1.1.3...v1.1.4) (2022-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **pkg:** revert to 5.2.0 ([#404](https://github.com/botpress/messaging/issues/404)) ([58cdf9a](https://github.com/botpress/messaging/commit/58cdf9a4776e69eea9d1044f2a90313bc5c8de94))
7+
* **sockets:** fix socket unable to send error message crashing server ([#402](https://github.com/botpress/messaging/issues/402)) ([b18c779](https://github.com/botpress/messaging/commit/b18c779df73a2a7905e6503de2342b27443c7380))
8+
9+
10+
111
## [1.1.3](https://github.com/botpress/messaging/compare/v1.1.2...v1.1.3) (2022-02-18)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botpress/messaging",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Botpress messaging repo",
55
"author": "Botpress, Inc.",
66
"license": "AGPL-3.0",

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botpress/messaging-server",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"main": "index.ts",
55
"license": "AGPL-3.0",
66
"scripts": {

0 commit comments

Comments
 (0)