Skip to content

Commit eebd0be

Browse files
chore(main): release 4.0.0 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 676b152 commit eebd0be

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [4.0.0](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/compare/v3.0.0...v4.0.0) (2024-09-28)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* migration to v6 ([#24](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/24))
11+
12+
### Features
13+
14+
* add raw commands and adjustments ([#27](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/27)) ([676b152](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/676b1525b5835a775441cab64e3a161dc6a07087))
15+
* migration to v6 ([#24](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/24)) ([56b05fd](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/56b05fd36c396e538b7b496fc84528b8e04dd60a))
16+
517
## v3.0.0 (2023-02-26)
618

719
### BREAKING CHANGE
@@ -60,4 +72,4 @@ the inconvenience!
6072
* better detection of voicemeeter version if setup exe was differently named ([#9](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/issues/9)) ([cec3232](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/cec3232754a93103b258ff83a652d2c0373e5522))
6173
* volume sliders should look normal again ([b9ae829](https://github.com/XeroxDev/Loupedeck-plugin-VoiceMeeter/commit/b9ae829d4cfeb33070dba785f8838226a1ee1b70))
6274

63-
## 1.0.0 (2021-12-08)
75+
## 1.0.0 (2021-12-08)

src/VoiceMeeterPlugin/VoiceMeeterPlugin.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<PluginDir Condition="$(OS) != 'Windows_NT'">~/Library/Application\ Support/Logi/LogiPluginService/Plugins/</PluginDir>
2020
<Company>XeroxDev</Company>
2121
<!-- x-release-please-start-version -->
22-
<AssemblyVersion>3.0.0</AssemblyVersion>
23-
<FileVersion>3.0.0</FileVersion>
24-
<Version>3.0.0</Version>
25-
<PackageVersion>3.0.0</PackageVersion>
22+
<AssemblyVersion>4.0.0</AssemblyVersion>
23+
<FileVersion>4.0.0</FileVersion>
24+
<Version>4.0.0</Version>
25+
<PackageVersion>4.0.0</PackageVersion>
2626
<!-- x-release-please-end -->
2727
</PropertyGroup>
2828

0 commit comments

Comments
 (0)