From 48bf30c68912dddd5ada72ce50481ba145760400 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Jan 2020 21:12:29 +0000 Subject: [PATCH] chore(release): 3.7.0 [skip ci] # [3.7.0](https://github.com/NERDDISCO/luminave/compare/v3.6.3...v3.7.0) (2020-01-05) ### Bug Fixes * **universe:** Default refresh should be false ([34f2dc1](https://github.com/NERDDISCO/luminave/commit/34f2dc1)), closes [#127](https://github.com/NERDDISCO/luminave/issues/127) ### Features * **dunarnia:** Added BasicLedBar, InvolightMovingBar1808 & InvolightSlimPar784 ([d7beb4d](https://github.com/NERDDISCO/luminave/commit/d7beb4d)) * **dunarnia:** Config for stifler32, Budapest ([e919583](https://github.com/NERDDISCO/luminave/commit/e919583)) * **refreshconf:** Added Showtec lights ([5b85443](https://github.com/NERDDISCO/luminave/commit/5b85443)) * **universe:** Change channel value manually ([2b1c5f3](https://github.com/NERDDISCO/luminave/commit/2b1c5f3)), closes [#127](https://github.com/NERDDISCO/luminave/issues/127) --- docs/CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e87ce45..0476602 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,18 @@ +# [3.7.0](https://github.com/NERDDISCO/luminave/compare/v3.6.3...v3.7.0) (2020-01-05) + + +### Bug Fixes + +* **universe:** Default refresh should be false ([34f2dc1](https://github.com/NERDDISCO/luminave/commit/34f2dc1)), closes [#127](https://github.com/NERDDISCO/luminave/issues/127) + + +### Features + +* **dunarnia:** Added BasicLedBar, InvolightMovingBar1808 & InvolightSlimPar784 ([d7beb4d](https://github.com/NERDDISCO/luminave/commit/d7beb4d)) +* **dunarnia:** Config for stifler32, Budapest ([e919583](https://github.com/NERDDISCO/luminave/commit/e919583)) +* **refreshconf:** Added Showtec lights ([5b85443](https://github.com/NERDDISCO/luminave/commit/5b85443)) +* **universe:** Change channel value manually ([2b1c5f3](https://github.com/NERDDISCO/luminave/commit/2b1c5f3)), closes [#127](https://github.com/NERDDISCO/luminave/issues/127) + ## [3.6.3](https://github.com/NERDDISCO/luminave/compare/v3.6.2...v3.6.3) (2019-10-22) diff --git a/package.json b/package.json index 216ef26..07d1ef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luminave", - "version": "3.6.3", + "version": "3.7.0", "description": "Manage all the lights with your web browser and create stunning visual experiences.", "main": "index.js", "author": "Tim Pietrusky",