Skip to content

Commit

Permalink
chore(main): release 1.8.1 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
companion-module-bot authored Jun 17, 2024
1 parent 40f95a1 commit 341e49f
Show file tree
Hide file tree
Showing 5 changed files with 12 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.8.0"
".": "1.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.8.1](https://github.com/bitfocus/companion-satellite/compare/v1.8.0...v1.8.1) (2024-06-17)


### Bug Fixes

* force rebuild ([c0504b0](https://github.com/bitfocus/companion-satellite/commit/c0504b0912f41b1b5f58dc9c7228b18a176a1c7c))
* update nodejs version ([40f95a1](https://github.com/bitfocus/companion-satellite/commit/40f95a14d8c8244a0205033901ce3bc54d8565a0))

## [1.8.0](https://github.com/bitfocus/companion-satellite/compare/v1.7.5...v1.8.0) (2024-05-22)


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.8.0",
"version": "1.8.1",
"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.8.0",
"version": "1.8.1",
"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.8.0",
"version": "1.8.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 341e49f

Please sign in to comment.