Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.1.6...v1.0.0) (2022-10-09)

### breaking

* Change to websocket v5 ([#22](#22)) ([f7c1a92](f7c1a92))

### BREAKING CHANGES

* Updated package not compatible with websocket version 4.x

* feat: Add audio meters

* remove test code

* docs: Update PAGE.md indicating websocket v5

* fix: prepend 'ws://' if address does not start with it

* fix: duh, wrong operator

* Add scaling value for meters

* remove simple attempt at retrying on connection failed
  • Loading branch information
semantic-release-bot committed Oct 9, 2022
1 parent f7c1a92 commit 62761d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"node": "14.15.4",
"npm": "8.19.2"
},
"version": "0.1.6",
"version": "1.0.0",
"bundleDependencies": [
"midi-mixer-plugin",
"obs-websocket-js",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "com.midi-mixer.obs",
"name": "OBS",
"type": "node",
"version": "0.1.6",
"version": "1.0.0",
"author": "MIDI Mixer",
"main": "lib/index.js",
"icon": "icon.svg",
Expand Down

0 comments on commit 62761d3

Please sign in to comment.