Skip to content

Commit 9670965

Browse files
committed
Version bump and changelog update
1 parent 6927653 commit 9670965

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
## [v1.1.3](https://github.com/spectrome/patchcab/compare/1.1.1...1.1.3)
2+
3+
> 21 November 2021
4+
5+
### Fixes
6+
7+
- Fix rack reset refreshes whole page instead of resetting the modules [#18](https://github.com/spectrome/patchcab/pull/18)
8+
19
## [v1.1.0](https://github.com/spectrome/patchcab/compare/1.0.5...1.1.0)
210

3-
> 19 Novmber 2021
11+
> 19 November 2021
412
513
### Updates
614

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patchcab/core",
3-
"version": "1.1.1",
3+
"version": "1.1.3",
44
"description": "Modular Eurorack style synthesizer made with Web Audio",
55
"license": "MIT",
66
"author": "Spectrome <rihards@gravis.lv>",

modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patchcab/modules",
3-
"version": "1.1.1",
3+
"version": "1.1.3",
44
"license": "MIT",
55
"author": "Spectrome <rihards@gravis.lv>",
66
"files": [
@@ -219,6 +219,6 @@
219219
"svelteSortOrder": "options-scripts-styles-markup"
220220
},
221221
"devDependencies": {
222-
"@patchcab/core": "1.1.1"
222+
"@patchcab/core": "1.1.3"
223223
}
224224
}

0 commit comments

Comments
 (0)