Skip to content

Commit d9dae48

Browse files
chore(main): release 2.5.0 (#229)
1 parent 026281b commit d9dae48

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.1"
2+
".": "2.5.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines.
44

5+
## [2.5.0](https://github.com/bitfocus/companion-satellite/compare/v2.4.1...v2.5.0) (2025-11-17)
6+
7+
8+
### Features
9+
10+
* improve logging ([3906bc1](https://github.com/bitfocus/companion-satellite/commit/3906bc19d2e12162b34dd5b2f191e168c2e8e3ae))
11+
12+
13+
### Bug Fixes
14+
15+
* connection loss while locked not redrawing once connected ([026281b](https://github.com/bitfocus/companion-satellite/commit/026281bde6c6d5dbe74552942d3bbe56686d33d1))
16+
* reconnecting to companion doesnt clear supported feature flags ([7a78e68](https://github.com/bitfocus/companion-satellite/commit/7a78e687c692c3f34f1b6d208dc442d3ff3b12fb))
17+
518
## [2.4.1](https://github.com/bitfocus/companion-satellite/compare/v2.4.0...v2.4.1) (2025-10-05)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "companion-satellite",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Satellite Streamdeck connector for Bitfocus Companion",
55
"author": {
66
"name": "Julian Waller",

satellite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "satellite",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Satellite Streamdeck connector for Bitfocus Companion",
55
"author": {
66
"name": "Julian Waller",

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webui",
33
"private": true,
4-
"version": "2.4.1",
4+
"version": "2.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)