Skip to content

Commit 315e92c

Browse files
chore(main): release 2.2.1 (#202)
1 parent 4f56916 commit 315e92c

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.0"
2+
".": "2.2.1"
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.1](https://github.com/bitfocus/companion-satellite/compare/v2.2.0...v2.2.1) (2025-05-27)
6+
7+
8+
### Bug Fixes
9+
10+
* missed update ([c3dac7e](https://github.com/bitfocus/companion-satellite/commit/c3dac7e876d9acb67b32a1bb052a21dd557caa09))
11+
512
## [2.2.0](https://github.com/bitfocus/companion-satellite/compare/v2.1.0...v2.2.0) (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.0",
3+
"version": "2.2.1",
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.0",
3+
"version": "2.2.1",
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.0",
4+
"version": "2.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)