Skip to content

Commit

Permalink
Version bump and Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
rihardsgravis committed Nov 19, 2021
1 parent bb92d03 commit e93d1cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v1.1.0](https://github.com/spectrome/patchcab/compare/1.0.5...1.1.0)

> 19 Novmber 2021
### Updates

- Add synth reset confirmation dialog
- Add mouse wheel support on pan actions [#15](https://github.com/spectrome/patchcab/pull/15)

### Modules

- Add internal trigger sweep to `OSC` module [#13](https://github.com/spectrome/patchcab/pull/13)

## [v1.0.5](https://github.com/spectrome/patchcab/compare/1.0.4...1.0.5)

> 22 January 2021
Expand Down Expand Up @@ -47,4 +60,4 @@

> 19 January 2021
- Initial release 🤘
- Initial release 🤘
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patchcab/core",
"version": "1.0.5",
"version": "1.1.1",
"description": "Modular Eurorack style synthesizer made with Web Audio",
"license": "MIT",
"author": "Spectrome <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patchcab/modules",
"version": "1.0.5",
"version": "1.1.1",
"license": "MIT",
"author": "Spectrome <[email protected]>",
"files": [
Expand Down Expand Up @@ -219,6 +219,6 @@
"svelteSortOrder": "options-scripts-styles-markup"
},
"devDependencies": {
"@patchcab/core": "1.0.4"
"@patchcab/core": "1.1.1"
}
}

0 comments on commit e93d1cd

Please sign in to comment.