Skip to content

Commit 1bbe5ec

Browse files
committed
Readying for 7.0.0-beta1
1 parent a0bbdef commit 1bbe5ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Change-log.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- Update the package to export JavaScript modules.
1616
- Refactor `client.deactivate` introduce concept of `force`.
1717
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).
1820

1921
# 6.1.2 (2021-09-03)
2022

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stomp/stompjs",
3-
"version": "7.0.0-alpha01",
3+
"version": "7.0.0-beta1",
44
"description": "STOMP client for Javascript and Typescript",
55
"scripts": {
66
"clean": "rm -rf bundles esm6",

0 commit comments

Comments
 (0)