Skip to content

Commit c60bdfb

Browse files
author
Deepak Kumar
committed
Readying for version 7.2.1.
1 parent 919cc91 commit c60bdfb

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

Change-log.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22

3-
# 7.2.0 (TBD)
3+
# 7.2.1 (2025-10-12)
4+
5+
- Fix: Reset reconnect delay on a successful connect, [#701](https://github.com/stomp-js/stompjs/issues/701).
6+
7+
8+
# 7.2.0 (2025-09-17)
49

510
- Fix typos in Change-log.md [#656](https://github.com/stomp-js/stompjs/pull/656). Many thanks [Camille Drapier](https://github.com/CamilleDrapier).
611
- ci: Set default workflow permissions to read-only [#662](https://github.com/stomp-js/stompjs/pull/662). Many thanks [chai min](https://github.com/minchai23).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0",
3+
"version": "7.2.1",
44
"description": "STOMP client for Javascript and Typescript",
55
"scripts": {
66
"clean": "rm -rf bundles esm6",

0 commit comments

Comments
 (0)