Skip to content

Commit 5876f1e

Browse files
chore(main): release 1.9.1 (#148)
1 parent 34e5fb0 commit 5876f1e

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-
".": "1.9.0"
2+
".": "1.9.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+
## [1.9.1](https://github.com/bitfocus/companion-satellite/compare/v1.9.0...v1.9.1) (2024-09-06)
6+
7+
8+
### Bug Fixes
9+
10+
* update jpeg library ([34e5fb0](https://github.com/bitfocus/companion-satellite/commit/34e5fb07f64b75e4fd600b88df892f53ec9494c6))
11+
512
## [1.9.0](https://github.com/bitfocus/companion-satellite/compare/v1.8.1...v1.9.0) (2024-08-10)
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": "1.9.0",
3+
"version": "1.9.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": "1.9.0",
3+
"version": "1.9.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": "1.9.0",
4+
"version": "1.9.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)