Skip to content

Commit e5ec273

Browse files
chore(main): release 2.1.0 (#195)
1 parent 2e5b410 commit e5ec273

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-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.3"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.1.0](https://github.com/bitfocus/companion-satellite/compare/v2.0.3...v2.1.0) (2025-05-24)
6+
7+
8+
### Features
9+
10+
* add support for contour-shuttle [#196](https://github.com/bitfocus/companion-satellite/issues/196) ([24bf859](https://github.com/bitfocus/companion-satellite/commit/24bf859b7abda16973680dbb4ce7f794bfb8c4d4))
11+
* local surface locking ([#198](https://github.com/bitfocus/companion-satellite/issues/198)) ([0d24d00](https://github.com/bitfocus/companion-satellite/commit/0d24d00359267fd8770709901c52bc1499f66f1e))
12+
* support blackmagic resolve replay editor ([39f9f74](https://github.com/bitfocus/companion-satellite/commit/39f9f743731257470622a622d920d9b831ea3777))
13+
14+
15+
### Bug Fixes
16+
17+
* support http proxy in update check ([2e5b410](https://github.com/bitfocus/companion-satellite/commit/2e5b4103ec827d28b4a947cccb7856a4af40a5d3))
18+
* suppress `MaxListenersExceededWarning` warning ([ffbb48b](https://github.com/bitfocus/companion-satellite/commit/ffbb48b4581ae8b82cc402a4905ff2b94befe399))
19+
520
## [2.0.3](https://github.com/bitfocus/companion-satellite/compare/v2.0.2...v2.0.3) (2025-04-13)
621

722

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

0 commit comments

Comments
 (0)