We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bf1c4 commit ef72e58Copy full SHA for ef72e58
Change-log.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+# 7.3.0-beta.3 (2026-01-31)
4
+
5
+- Update publish workflow to support prerelease tagging and GitHub release creation.
6
7
# 7.3.0-beta.2 (2025-12-26)
8
9
- Merge PR [#719](https://github.com/stomp-js/stompjs/pull/719).
package.json
@@ -1,6 +1,6 @@
{
"name": "@stomp/stompjs",
- "version": "7.3.0-beta.2",
+ "version": "7.3.0-beta.3",
"description": "STOMP client for Javascript and Typescript",
"scripts": {
"clean": "rm -rf bundles esm6",
0 commit comments