Skip to content

Commit 5cc11fe

Browse files
chore(main): release 2.2.2 (#204)
1 parent c1e7064 commit 5cc11fe

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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.2.1"
2+
".": "2.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.2](https://github.com/bitfocus/companion-satellite/compare/v2.2.1...v2.2.2) (2025-06-04)
6+
7+
8+
### Bug Fixes
9+
10+
* allow testing build signing [build-signed] ([62ce51e](https://github.com/bitfocus/companion-satellite/commit/62ce51e2ad3c31a33a82633725b4a23773656866))
11+
512
## [2.2.1](https://github.com/bitfocus/companion-satellite/compare/v2.2.0...v2.2.1) (2025-05-27)
613

714

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.2.1",
3+
"version": "2.2.2",
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.2.1",
3+
"version": "2.2.2",
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.2.1",
4+
"version": "2.2.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)