From 4333b3c03c47ae34c5731b1e77309ea7b357a612 Mon Sep 17 00:00:00 2001 From: Michael Kolesidis Date: Mon, 6 Jun 2022 14:23:10 +0300 Subject: [PATCH] v.0.7.0 --- CHANGELOG.md | 6 ++++++ CITATION.cff | 2 +- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab3ffe..9d0d659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.7.0 + +### Changes +* Dark Mode (inverted colors) + + # 0.6.2 ### Changes diff --git a/CITATION.cff b/CITATION.cff index 2025a07..4ad96d6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -30,5 +30,5 @@ keywords: - MIDI keyboard license: GNU General Public License v3.0 -version: 0.6.2 +version: 0.7.0 date-released: '2022-06-06' \ No newline at end of file diff --git a/README.md b/README.md index 540aef8..e3a519f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-01004c.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) [![MIT license](https://img.shields.io/badge/License-GPLv3-01004c.svg)](https://www.gnu.org/licenses/gpl-3.0.html) -[![Version](https://img.shields.io/badge/version-0.6.2-01004c.svg)](https://shields.io/) +[![Version](https://img.shields.io/badge/version-0.7.0-01004c.svg)](https://shields.io/) [![Netlify Status](https://api.netlify.com/api/v1/badges/93c42090-6fc9-4c3d-a462-42b535ea9d15/deploy-status)](https://app.netlify.com/sites/javascript-software-synthesizer/deploys) diff --git a/package-lock.json b/package-lock.json index ab674ff..8674ecd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "javascript-software-synthesizer", - "version": "0.6.2", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "javascript-software-synthesizer", - "version": "0.6.2", + "version": "0.7.0", "license": "GPL-3.0-or-later", "dependencies": { "node-sass": "^7.0.1", diff --git a/package.json b/package.json index c202abf..9386291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-software-synthesizer", - "version": "0.6.2", + "version": "0.7.0", "description": "TThe JSS-01 | JavaScript Software Synthesizer is a web app enabling you to make and play music in the browser. It is a software synthesizer implementing a variety of JavaScript frameworks and libraries, such as Tone.js and NexusUI.", "scripts": { "build": "tsc --build",