diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e52d5..b809528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ +## [v1.0.4](https://github.com/spectrome/patchcab/compare/1.0.3...1.0.4) + +> 22 January 2021 + +### Updates + +- Interface UX updates [#6](https://github.com/spectrome/patchcab/pull/6) + +### Modules + +- ADSR, LFO, VOL and OUT module parameter range tweaks [#5](https://github.com/spectrome/patchcab/pull/5) + ## [v1.0.3](https://github.com/spectrome/patchcab/compare/1.0.2...1.0.3) -> 19 January 2021 +> 20 January 2021 ### Fixes -- Straight patch cable drawn incorrectly [#3](https://github.com/spectrome/patchcab/pull/1) +- Straight patch cable drawn incorrectly [#1](https://github.com/spectrome/patchcab/pull/1) - Context menu shows under cables [#2](https://github.com/spectrome/patchcab/pull/2) - Connecting input patch to input patch results in error [#3](https://github.com/spectrome/patchcab/pull/3) diff --git a/core/package.json b/core/package.json index d2513f5..cfd8727 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@patchcab/core", - "version": "1.0.3", + "version": "1.0.4", "description": "Modular Eurorack style synthesizer made with Web Audio", "license": "MIT", "author": "Spectrome ", diff --git a/modules/package.json b/modules/package.json index c657345..e079ead 100644 --- a/modules/package.json +++ b/modules/package.json @@ -1,6 +1,6 @@ { "name": "@patchcab/modules", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "author": "Spectrome ", "files": [ @@ -219,6 +219,6 @@ "svelteSortOrder": "options-scripts-styles-markup" }, "devDependencies": { - "@patchcab/core": "1.0.3" + "@patchcab/core": "1.0.4" } }