matterbridge 3.9.2-dev-20260626-9977f44 → 3.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -58,7 +58,7 @@ These classes will run as threads in the next releases:
58
58
  - all plugins in bridge mode;
59
59
  - each plugin in childbridge mode;
60
60
 
61
- ## [3.9.2] - Dev branch
61
+ ## [3.9.2] - 2026-06-26
62
62
 
63
63
  This release adds support for [bun](https://bun.sh/). Support for bun is stil under [development](README-BUN.md) and is purely experimental.
64
64
 
@@ -84,14 +84,14 @@ This release adds support for [bun](https://bun.sh/). Support for bun is stil un
84
84
  - [matterbridge]: Bump `matterbridge` version to v.3.9.2.
85
85
  - [matterbridge]: Update dependencies.
86
86
  - [matterbridge]: Bump `Oxlint configuration` to v.1.0.12.
87
- - [matterbridge]: Bump `@types/node` to v.26.0.0.
87
+ - [matterbridge]: Bump `@types/node` to v.26.0.1.
88
88
  - [matterbridge]: Bump `@matter/main` to v.0.17.4-alpha.0-20260624-ef5aefa3b.
89
89
  - [package]: Bump `node-ansi-logger` to v.3.3.0.
90
90
  - [package]: Bump `node-persist-manager` to v.2.1.0.
91
91
  - [frontend]: Bump `frontend` version to v.3.5.0.
92
92
  - [frontend]: Update dependencies.
93
93
  - [frontend]: Bump `Oxlint configuration` to v.1.0.3.
94
- - [frontend]: Bump `@types/node` to v.26.0.0.
94
+ - [frontend]: Bump `@types/node` to v.26.0.1.
95
95
 
96
96
  ### Fixed
97
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.9.2-dev-20260626-9977f44",
3
+ "version": "3.9.2",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -208,24 +208,24 @@
208
208
  ]
209
209
  },
210
210
  "dependencies": {
211
- "@matterbridge/core": "3.9.2-dev-20260626-9977f44",
212
- "@matterbridge/dgram": "3.9.2-dev-20260626-9977f44",
213
- "@matterbridge/jest-utils": "3.9.2-dev-20260626-9977f44",
214
- "@matterbridge/thread": "3.9.2-dev-20260626-9977f44",
215
- "@matterbridge/types": "3.9.2-dev-20260626-9977f44",
216
- "@matterbridge/utils": "3.9.2-dev-20260626-9977f44",
217
- "@matterbridge/vitest-utils": "3.9.2-dev-20260626-9977f44",
211
+ "@matterbridge/core": "3.9.2",
212
+ "@matterbridge/dgram": "3.9.2",
213
+ "@matterbridge/jest-utils": "3.9.2",
214
+ "@matterbridge/thread": "3.9.2",
215
+ "@matterbridge/types": "3.9.2",
216
+ "@matterbridge/utils": "3.9.2",
217
+ "@matterbridge/vitest-utils": "3.9.2",
218
218
  "node-ansi-logger": "3.3.0",
219
219
  "node-persist-manager": "2.1.0"
220
220
  },
221
221
  "build": {
222
222
  "version": "3.9.2",
223
- "sha": "9977f444f59d9f10c7ec81f184f795552c7981a4",
224
- "sha7": "9977f44",
225
- "event": "workflow_dispatch",
223
+ "sha": "db1ca218a4b2a9ffa6e131adae1953e646d715b2",
224
+ "sha7": "db1ca21",
225
+ "event": "release",
226
226
  "workflow": "Publish to npm and trigger docker builds",
227
227
  "type": "branch",
228
- "name": "dev",
229
- "dev": "true"
228
+ "name": "main",
229
+ "dev": "false"
230
230
  }
231
231
  }