Skip to content

Commit 4c684ca

Browse files
chore(main): release 2.0.3 (#194)
1 parent 1f36d5d commit 4c684ca

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.0.2"
2+
".": "2.0.3"
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.0.3](https://github.com/bitfocus/companion-satellite/compare/v2.0.2...v2.0.3) (2025-04-13)
6+
7+
8+
### Bug Fixes
9+
10+
* update udev rules ([1f36d5d](https://github.com/bitfocus/companion-satellite/commit/1f36d5dc8e1529680bb21f3a04a784d476c15ceb))
11+
512
## [2.0.2](https://github.com/bitfocus/companion-satellite/compare/v2.0.1...v2.0.2) (2025-04-04)
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.0.2",
3+
"version": "2.0.3",
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.0.2",
3+
"version": "2.0.3",
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.0.2",
4+
"version": "2.0.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)