Skip to content

Commit 156a126

Browse files
committed
Update to version 7.1.1 with StompConfig fix
1 parent 5f1e947 commit 156a126

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

Change-log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
# 7.1.1 (2025-04-05)
4+
5+
- Fix StompConfig [#653](https://github.com/stomp-js/stompjs/pull/653). Many thanks [David Nussio](https://github.com/davidnussio).
6+
37
# 7.1.0 (2025-03-21)
48

59
- Exponential backoff during reconnect [#646](https://github.com/stomp-js/stompjs/pull/646). Many thanks [Harsh Deep](https://github.com/harsh183).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ If you want to understand the code, develop, or contribute. Please visit
144144
- [Harsh Deep](https://github.com/harsh183)
145145
- [Nikos Epping](https://github.com/Nikos410)
146146
- [Tom Pachtner](https://github.com/tomamatics)
147+
- [David Nussio](https://github.com/davidnussio)
147148

148149
## License
149150

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stomp/stompjs",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "STOMP client for Javascript and Typescript",
55
"scripts": {
66
"clean": "rm -rf bundles esm6",

0 commit comments

Comments
 (0)