Skip to content

Commit

Permalink
chore(release): 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalcher committed Sep 9, 2024
1 parent 946d035 commit d9b6fc7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.4.1](https://github.com/fmalcher/soundcraft-ui/compare/v2.4.0...v2.4.1) (2024-09-09)

### Bug Fixes

- re-add type guards ([5ed4402](https://github.com/fmalcher/soundcraft-ui/commit/5ed4402481011f5f0b38f726a01380e4f95be511))

### Other

- copy README to build output ([946d035](https://github.com/fmalcher/soundcraft-ui/commit/946d035efaff7aa47fda348ebf7f75b9dea30574))

## [2.4.0](https://github.com/fmalcher/soundcraft-ui/compare/v2.3.0...v2.4.0) (2024-09-09)

This is a huge release as it adds a brand new feature: **VU meter**! You can now consume the volume levels of all channels on the master bus. See the [README](https://github.com/fmalcher/soundcraft-ui/blob/main/packages/mixer-connection/README.md) for more information.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundcraft-ui",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"author": "Ferdinand Malcher <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mixer-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soundcraft-ui-connection",
"description": "Library for controlling the Soundcraft Ui series audio mixers",
"version": "2.4.0",
"version": "2.4.1",
"type": "commonjs",
"license": "MIT",
"author": "Ferdinand Malcher <[email protected]>",
Expand Down

0 comments on commit d9b6fc7

Please sign in to comment.