Skip to content

Commit

Permalink
chore: release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher committed Jan 23, 2025
1 parent b7a1ca3 commit 5c5adf6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.7.0

- feat: add support for patching/routing on Ui24R ([b7a1ca3](https://github.com/bitfocus/companion-module-soundcraft-ui/commit/b7a1ca39c3dca1d68aa4ffa9f0b014ccbc48b5a9))
- chore: update connection lib to 3.2.0 ([37ef8fc](https://github.com/bitfocus/companion-module-soundcraft-ui/commit/37ef8fc3a1e4c4cbedfc4d2d41d38a7f9796bfbb))
- chore: add 'Companion Module Checks' workflow ([adaf6e1](https://github.com/bitfocus/companion-module-soundcraft-ui/commit/adaf6e15c5e68936e4a049aed9b48b5ebd7a8c02))

# 3.6.0

- feat: add support for setting FX params ([38e7ad7](https://github.com/bitfocus/companion-module-soundcraft-ui/commit/38e7ad7315a2f6601bd3106ee5f52409426bdc42))
Expand Down
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "soundcraft-ui",
"shortname": "soundcraftui",
"description": "Module for controlling the Soundcraft Ui consoles",
"version": "3.6.0",
"version": "3.7.0",
"license": "MIT",
"repository": "git+https://github.com/bitfocus/companion-module-soundcraft-ui.git",
"bugs": "https://github.com/bitfocus/companion-module-soundcraft-ui/issues",
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": "soundcraft-ui",
"version": "3.6.0",
"version": "3.7.0",
"homepage": "https://github.com/bitfocus/companion-module-soundcraft-ui#readme",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 5c5adf6

Please sign in to comment.