From 0f0bf3408516f47e61a0c15e3347a7a202494242 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Jun 2022 22:40:05 +0000 Subject: [PATCH] chore(release): 0.1.5 [skip ci] ## [0.1.5](https://github.com/midi-mixer/plugin-obs/compare/v0.1.4...v0.1.5) (2022-06-15) ### Bug Fixes * semantic-release bump; ugh ([1367abb](https://github.com/midi-mixer/plugin-obs/commit/1367abb0819a3073e4f65beda3942fbc97b48c09)) --- package-lock.json | 4 ++-- package.json | 2 +- plugin.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 365f6c4..3ac91fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "com.midi-mixer.obs", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "com.midi-mixer.obs", - "version": "0.1.4", + "version": "0.1.5", "license": "ISC", "dependencies": { "midi-mixer-plugin": "^1.0.2", diff --git a/package.json b/package.json index 617f471..38dbc7c 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,5 @@ "node": "14.15.4", "npm": "6.14.11" }, - "version": "0.1.4" + "version": "0.1.5" } diff --git a/plugin.json b/plugin.json index 6c57eed..afe24ec 100644 --- a/plugin.json +++ b/plugin.json @@ -3,7 +3,7 @@ "id": "com.midi-mixer.obs", "name": "OBS", "type": "node", - "version": "0.1.4", + "version": "0.1.5", "author": "MIDI Mixer", "main": "lib/index.js", "icon": "icon.svg",