diff --git a/CHANGELOG.md b/CHANGELOG.md index d76a0b4..16e52d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v1.0.3](https://github.com/spectrome/patchcab/compare/1.0.2...1.0.3) + +> 19 January 2021 + +### Fixes + +- Straight patch cable drawn incorrectly [#3](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) + ## [v1.0.2](https://github.com/spectrome/patchcab/compare/1.0.1...1.0.2) > 19 January 2021 diff --git a/core/package.json b/core/package.json index 0ad9e03..d2513f5 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@patchcab/core", - "version": "1.0.2", + "version": "1.0.3", "description": "Modular Eurorack style synthesizer made with Web Audio", "license": "MIT", "author": "Spectrome ", diff --git a/modules/package.json b/modules/package.json index 710cc5a..c657345 100644 --- a/modules/package.json +++ b/modules/package.json @@ -1,6 +1,6 @@ { "name": "@patchcab/modules", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "author": "Spectrome ", "files": [ @@ -219,6 +219,6 @@ "svelteSortOrder": "options-scripts-styles-markup" }, "devDependencies": { - "@patchcab/core": "1.0.2" + "@patchcab/core": "1.0.3" } }