Skip to content

Commit 2aa55b7

Browse files
chore: updated version
1 parent 5905d4d commit 2aa55b7

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.0
2+
3+
### Changes
4+
* Migration to TypeScript
5+
6+
17
# 0.7.0
28

39
### Changes

CITATION.cff

Lines changed: 2 additions & 2 deletions
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.7.0
34-
date-released: '2022-06-06'
33+
version: 1.0.0
34+
date-released: '2022-07-08'

package-lock.json

Lines changed: 1 addition & 1 deletion
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.7.0",
3+
"version": "1.0.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)