Skip to content

Commit

Permalink
chore(main): release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
companion-module-bot committed Jan 11, 2025
1 parent dcdd585 commit b4e0862
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.1"
".": "1.11.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [1.11.0](https://github.com/bitfocus/companion-satellite/compare/v1.10.1...v1.11.0) (2025-01-11)


### Features

* reimplement windows signing ([#174](https://github.com/bitfocus/companion-satellite/issues/174)) ([67db6da](https://github.com/bitfocus/companion-satellite/commit/67db6dada718ca328cc322a84bdbebe3f783d69d))


### Bug Fixes

* clear full lcd strip on streamdeck+ when drawing first 'button' to it [#176](https://github.com/bitfocus/companion-satellite/issues/176) ([dcdd585](https://github.com/bitfocus/companion-satellite/commit/dcdd5854a87faeca74a5ced707df5c406eed18b2))

## [1.10.1](https://github.com/bitfocus/companion-satellite/compare/v1.10.0...v1.10.1) (2024-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "companion-satellite",
"version": "1.10.1",
"version": "1.11.0",
"description": "Satellite Streamdeck connector for Bitfocus Companion",
"author": {
"name": "Julian Waller",
Expand Down
2 changes: 1 addition & 1 deletion satellite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satellite",
"version": "1.10.1",
"version": "1.11.0",
"description": "Satellite Streamdeck connector for Bitfocus Companion",
"author": {
"name": "Julian Waller",
Expand Down
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webui",
"private": true,
"version": "1.10.1",
"version": "1.11.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit b4e0862

Please sign in to comment.