Skip to content

Commit 4333b3c

Browse files
v.0.7.0
1 parent 2cfc99a commit 4333b3c

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.7.0
2+
3+
### Changes
4+
* Dark Mode (inverted colors)
5+
6+
17
# 0.6.2
28

39
### Changes

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ keywords:
3030
- MIDI keyboard
3131

3232
license: GNU General Public License v3.0
33-
version: 0.6.2
33+
version: 0.7.0
3434
date-released: '2022-06-06'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![made-with-javascript](https://img.shields.io/badge/Made%20with-JavaScript-01004c.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
88
[![MIT license](https://img.shields.io/badge/License-GPLv3-01004c.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
9-
[![Version](https://img.shields.io/badge/version-0.6.2-01004c.svg)](https://shields.io/)
9+
[![Version](https://img.shields.io/badge/version-0.7.0-01004c.svg)](https://shields.io/)
1010
[![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)
1111

1212

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-software-synthesizer",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"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.",
55
"scripts": {
66
"build": "tsc --build",

0 commit comments

Comments
 (0)