Skip to content

Commit 2d14e61

Browse files
author
Deepak Kumar
committed
Readying for v7.4.0-beta.2
1 parent 6368690 commit 2d14e61

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Change-log.md

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

3+
# 7.4.0-beta.2 (2026-05-07)
4+
5+
- Update release script: delegate publishing to GitHub Actions and refine messaging.
6+
7+
# 7.4.0-beta.1 (2026-05-07)
8+
9+
- Remove `"browser"` export field from `package.json` to improve ESM compatibility.
10+
- Fix: Track intended activation state in `Client` to prevent conflicting `activate`/`deactivate` calls — reactivation is now blocked while deactivation is in progress.
11+
- Migrate from TSLint to ESLint.
12+
- Transition browser tests from Karma to Playwright; add Chromium, Firefox, and WebKit projects.
13+
- Update CI workflows: bump `actions/checkout` to v5 and `actions/setup-node` to v6.
14+
- Update dependencies (`npm update`, `npm audit fix`).
15+
316
# 7.3.0 (2026-01-31)
417

518
- Update changelog link in publish workflow to point to the develop branch.

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

0 commit comments

Comments
 (0)