Skip to content

Commit 7164831

Browse files
author
Deepak Kumar
committed
Readying for v7.3.0 with prerelease
1 parent 071007a commit 7164831

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

Change-log.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
# Change Log
22

3-
# 7.3.0-beta.4 (2026-01-31)
3+
# 7.3.0 (2026-01-31)
44

55
- Update changelog link in publish workflow to point to the develop branch.
6-
7-
# 7.3.0-beta.3 (2026-01-31)
8-
96
- Update publish workflow to support prerelease tagging and GitHub release creation.
7+
- Setup trusted publishing per [https://docs.npmjs.com/trusted-publishers](https://docs.npmjs.com/trusted-publishers).
8+
- Update CI for Safari tests to restrict outdated npm modules to Safari test environment.
109

1110
# 7.3.0-beta.2 (2025-12-26)
1211

1312
- Merge PR [#719](https://github.com/stomp-js/stompjs/pull/719).
14-
- Setup trusted publishing per [https://docs.npmjs.com/trusted-publishers](https://docs.npmjs.com/trusted-publishers).
1513

1614
# 7.2.2-beta.1 (2025-11-20)
1715

1816
- Merge PR [#713](https://github.com/stomp-js/stompjs/pull/713), potentially fixes [#665](https://github.com/stomp-js/stompjs/issues/665).
1917

20-
# 7.3.0 (TBD)
21-
22-
- Update CI for Safari tests to restrict outdated npm modules to Safari test environment.
23-
2418
# 7.2.1 (2025-10-12)
2519

2620
- Fix: Reset reconnect delay on a successful connect, [#701](https://github.com/stomp-js/stompjs/issues/701).

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

0 commit comments

Comments
 (0)