We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bbdef commit 1bbe5ecCopy full SHA for 1bbe5ec
Change-log.md
@@ -15,6 +15,8 @@
15
- Update the package to export JavaScript modules.
16
- Refactor `client.deactivate` introduce concept of `force`.
17
See [#461](https://github.com/stomp-js/stompjs/issues/461).
18
+- Tolerate exceptions thrown by frame handlers.
19
+ Fixes [#481](https://github.com/stomp-js/stompjs/issues/481).
20
21
# 6.1.2 (2021-09-03)
22
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stomp/stompjs",
3
- "version": "7.0.0-alpha01",
+ "version": "7.0.0-beta1",
4
"description": "STOMP client for Javascript and Typescript",
5
"scripts": {
6
"clean": "rm -rf bundles esm6",
0 commit comments