Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2023-08-31)

### Bug Fixes

* Add 'Spotify:' to plugin buttons ([d7a77fa](d7a77fa))
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent d7a77fa commit 6c023bc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 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
@@ -1,6 +1,6 @@
{
"name": "ca.jaggernaut.midi-mixer.spotify",
"version": "1.1.2",
"version": "1.1.3",
"private": true,
"description": "A Spotify plugin for MIDI Mixer.",
"files": [
Expand Down
84 changes: 42 additions & 42 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"$schema": "./node_modules/midi-mixer-plugin/plugin.schema.json",
"version": "1.1.2",
"id": "ca.jaggernaut.midi-mixer.spotify",
"name": "Spotify",
"type": "node",
"main": "lib/index.js",
"icon": "circle.ico",
"settings": {
"ClientID": {
"label": "Client ID",
"type": "text",
"fallback": "None",
"required": true
},
"ClientSecret": {
"label": "Client Secret",
"type": "password",
"fallback": "None",
"required": true
},
"AccessToken": {
"label": "Access Token",
"type": "password",
"fallback": "None"
},
"RefreshToken": {
"label": "Refresh Token",
"type": "password",
"fallback": "None"
},
"expressStatus": {
"label": "Express server status",
"type": "status",
"fallback": "Not Running"
},
"runLogin": {
"label": "Run Login Server",
"type": "button"
}
},
"author": "Jaggernaut"
{
"$schema": "./node_modules/midi-mixer-plugin/plugin.schema.json",
"version": "1.1.3",
"id": "ca.jaggernaut.midi-mixer.spotify",
"name": "Spotify",
"type": "node",
"main": "lib/index.js",
"icon": "circle.ico",
"settings": {
"ClientID": {
"label": "Client ID",
"type": "text",
"fallback": "None",
"required": true
},
"ClientSecret": {
"label": "Client Secret",
"type": "password",
"fallback": "None",
"required": true
},
"AccessToken": {
"label": "Access Token",
"type": "password",
"fallback": "None"
},
"RefreshToken": {
"label": "Refresh Token",
"type": "password",
"fallback": "None"
},
"expressStatus": {
"label": "Express server status",
"type": "status",
"fallback": "Not Running"
},
"runLogin": {
"label": "Run Login Server",
"type": "button"
}
},
"author": "Jaggernaut"
}

0 comments on commit 6c023bc

Please sign in to comment.